Skip to content

Commit 93a9ef0

Browse files
committed
Test more Java versions in ci-runnerpg
This workflow offers no choice of PostgreSQL version, so may as well confirm operation with several Java versions.
1 parent cf9badc commit 93a9ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-runnerpg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# cc: msvc
2929
# - os: windows-latest
3030
# cc: mingw
31-
java: [9, 11] # , 12, 14, 15]
31+
java: [9, 11, 12, 13, 14, 15]
3232

3333
steps:
3434

0 commit comments

Comments
 (0)