File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: regression test
2
2
on :
3
3
push :
4
4
branches :
5
+ - PG18
5
6
- PG17
6
7
- PG16
7
8
- PG15
8
9
- PG14
9
10
- PG13
10
- - PG12
11
11
pull_request :
12
12
branches :
13
+ - PG18
13
14
- PG17
14
15
- PG16
15
16
- PG15
16
17
- PG14
17
18
- PG13
18
- - PG12
19
19
schedule :
20
20
# Runs at 00:00 UTC on every Sunday.
21
21
- cron : " 0 0 * * SUN"
37
37
38
38
- name : Set PATH and PG_VERSION
39
39
run : |
40
- if [ "${{ github.ref_name }}" == 'PG17' ]; then
40
+ if [ "${{ github.ref_name }}" == 'PG18' ]; then
41
+ echo "PG_VERSION=18" >> $GITHUB_ENV
42
+ elif [ "${{ github.ref_name }}" == 'PG17' ]; then
41
43
echo "PG_VERSION=17" >> $GITHUB_ENV
42
44
elif [ "${{ github.ref_name }}" == 'PG16' ]; then
43
45
echo "PG_VERSION=16" >> $GITHUB_ENV
47
49
echo "PG_VERSION=14" >> $GITHUB_ENV
48
50
elif [ "${{ github.ref_name }}" == 'PG13' ]; then
49
51
echo "PG_VERSION=13" >> $GITHUB_ENV
50
- elif [ "${{ github.ref_name }}" == 'PG12' ]; then
51
- echo "PG_VERSION=12" >> $GITHUB_ENV
52
52
fi
53
53
54
54
- name : Build PostgreSQL
You can’t perform that action at this time.
0 commit comments