File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- main
10
- - master
11
10
pull_request :
12
11
branches :
13
12
- main
14
- - master
15
13
16
14
jobs :
17
15
test :
@@ -25,13 +23,17 @@ jobs:
25
23
fail-fast : false
26
24
matrix :
27
25
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 ]
30
28
exclude :
31
29
- redmine_version : 4.2-stable
32
30
ruby_version : 3.0
33
31
- redmine_version : 4.2-stable
34
32
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
35
37
36
38
services :
37
39
postgres :
99
101
echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
100
102
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
101
103
;;
104
+ master)
105
+ echo "GEM_PG_VERSION=1.4.5" >> ${GITHUB_ENV}
106
+ ;;
102
107
esac
103
108
104
109
- name : Install Ruby dependencies
You can’t perform that action at this time.
0 commit comments