Skip to content

Commit 72760f4

Browse files
Fix github tests
1 parent 3b813c0 commit 72760f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
ruby: ['3.0', '3.1', '3.2']
14-
redmine: ['5.0-stable', '5.1-stable', 'master']
13+
ruby: ['3.1', '3.2', '3.3']
14+
redmine: ['6.0-stable', 'master']
1515
db: ['postgres', 'mysql']
16-
exclude:
17-
- ruby: '3.2'
18-
redmine: 5.0-stable
1916
fail-fast: false
2017

2118
services:

0 commit comments

Comments
 (0)