New ruby version for travis

This commit is contained in:
Alexander Meindl
2020-04-04 16:45:12 +02:00
parent 39cab0e954
commit 8519130cee
3 changed files with 9 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: Redmine plugin test
uses: two-pack/redmine-plugin-test-action@add_db_option
uses: two-pack/redmine-plugin-test-action@v2
with:
plugin_name: redmine_messenger
redmine_version: ${{ matrix.redmine }}

View File

@@ -53,3 +53,9 @@ Style/HashTransformKeys:
Style/HashTransformValues:
Enabled: false
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true

View File

@@ -3,8 +3,8 @@ os: linux
dist: xenial
rvm:
- 2.6.5
- 2.5.7
- 2.6.6
- 2.5.8
- 2.4.9
services: