Skip to content

Commit 45a4bdc

Browse files
authored
Merge pull request #235 from gtt-project/ftr/update-ci-matrix
Update CI matrix
2 parents 0e3126d + d50b8a9 commit 45a4bdc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test-postgis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ on:
77
push:
88
branches:
99
- main
10-
- master
1110
pull_request:
1211
branches:
1312
- main
14-
- master
1513

1614
jobs:
1715
test:
@@ -25,13 +23,17 @@ jobs:
2523
fail-fast: false
2624
matrix:
2725
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]
26+
ruby_version: ['2.7', '3.0', '3.1', '3.2']
27+
db_version: [11-2.5, 15-3.3]
3028
exclude:
3129
- redmine_version: 4.2-stable
3230
ruby_version: 3.0
3331
- redmine_version: 4.2-stable
3432
ruby_version: 3.1
33+
- redmine_version: 4.2-stable
34+
ruby_version: 3.2
35+
- redmine_version: 5.0-stable
36+
ruby_version: 3.2
3537

3638
services:
3739
postgres:
@@ -99,6 +101,9 @@ jobs:
99101
echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
100102
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
101103
;;
104+
master)
105+
echo "GEM_PG_VERSION=1.4.5" >> ${GITHUB_ENV}
106+
;;
102107
esac
103108
104109
- name: Install Ruby dependencies

0 commit comments

Comments
 (0)