Skip to content

Commit 46dba4f

Browse files
committed
fix ruby test matrix
1 parent 8feb9bf commit 46dba4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
db: [sqlite3, mysql, postgres]
13-
ruby_version: ["3.1", "3.2", "3.3"]
13+
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
1414
redmine_version: [6.0-stable, master]
15+
exclude:
16+
- ruby_version: "3.4"
17+
redmine_version: 6.0-stable
18+
- ruby_version: "3.1"
19+
redmine_version: master
1520
services:
1621
mysql:
1722
image: mysql:5.7

0 commit comments

Comments
 (0)