New ruby version for travis
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -53,3 +53,9 @@ Style/HashTransformKeys:
|
||||
|
||||
Style/HashTransformValues:
|
||||
Enabled: false
|
||||
|
||||
Lint/RaiseException:
|
||||
Enabled: true
|
||||
|
||||
Lint/StructNewOverride:
|
||||
Enabled: true
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user