Skip to content

Commit d27b8b6

Browse files
Upcoming additionals versions requires ruby 2.6 -> drop ruby 2.5 tests and add ruby 3.0 tests
1 parent 89401e8 commit d27b8b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
ruby: ['2.7', '2.6', '2.5']
13+
ruby: ['2.7', '2.6', '3.0']
1414
redmine: ['4.1-stable', '4.2-stable', 'master']
1515
db: ['postgres', 'mysql']
1616
exclude:
1717
- ruby: 2.7
1818
redmine: 4.1-stable
19+
- ruby: '3.0'
20+
redmine: 4.1-stable
21+
- ruby: '3.0'
22+
redmine: 4.2-stable
1923
fail-fast: false
2024

2125
services:

0 commit comments

Comments
 (0)