Skip to content

Commit bd57da2

Browse files
committed
Run tests with Redmine 6.0.0
1 parent 746493c commit bd57da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
ruby: ['2.7', '3.0', '3.1']
15-
redmine: ['5.0-stable', 'master']
14+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
15+
redmine: ['5.0-stable', '6.0-stable', 'master']
1616
db: ['postgres', 'mysql']
1717
fail-fast: false
1818

0 commit comments

Comments
 (0)