File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 11language : java
2+ jdk :
3+ - openjdk10
24services :
35 - docker
46notifications :
@@ -7,12 +9,12 @@ notifications:
79 on_failure : change
810env :
911 global :
10- - PG12_VERSION=12.0
11- - PG11_VERSION=11.5
12- - PG10_VERSION=10.10
13- - PG96_VERSION=9.6.15
14- - PG95_VERSION=9.5.19
15- - PG94_VERSION=9.4.24
12+ - PG12_VERSION=12.1
13+ - PG11_VERSION=11.6
14+ - PG10_VERSION=10.11
15+ - PG96_VERSION=9.6.16
16+ - PG95_VERSION=9.5.20
17+ - PG94_VERSION=9.4.25
1618install : skip
1719jobs :
1820 include :
@@ -134,10 +136,10 @@ jobs:
134136 os : osx
135137 env : VERSION=${PG95_VERSION} PG_VERSION=$PG95_VERSION
136138 script : ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=$VERSION -PpgVersion=$PG_VERSION
137- # - name: amd64LinuxJar
138- # os: linux
139- # env: VERSION=${PG95_VERSION} PG_VERSION=$PG95_VERSION
140- # script: ./gradlew :repacked-platforms:testAmd64LinuxJar -Pversion=$VERSION -PpgVersion=$PG_VERSION
139+ - name : amd64LinuxJar
140+ os : linux
141+ env : VERSION=${PG95_VERSION} PG_VERSION=$PG95_VERSION
142+ script : ./gradlew :repacked-platforms:testAmd64LinuxJar -Pversion=$VERSION -PpgVersion=$PG_VERSION
141143 - name : amd64AlpineJar
142144 os : linux
143145 env : VERSION=${PG95_VERSION} PG_VERSION=$PG95_VERSION
You can’t perform that action at this time.
0 commit comments