Skip to content

Commit 66fe987

Browse files
committed
Update CI matrix
1 parent 0e3126d commit 66fe987

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-postgis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
redmine_version: [4.2-stable, 5.0-stable, master]
28-
ruby_version: ['2.7', '3.0', '3.1']
29-
db_version: [11-2.5, 14-3.2]
28+
ruby_version: ['2.7', '3.0', '3.1', '3.2']
29+
db_version: [11-2.5, 15-3.3]
3030
exclude:
3131
- redmine_version: 4.2-stable
3232
ruby_version: 3.0
3333
- redmine_version: 4.2-stable
3434
ruby_version: 3.1
35+
- redmine_version: 4.2-stable
36+
ruby_version: 3.2
37+
- redmine_version: 5.0-stable
38+
ruby_version: 3.2
3539

3640
services:
3741
postgres:

0 commit comments

Comments
 (0)