Skip to content

Commit b1e3809

Browse files
committed
Update Github workflow to use newer JDK
1 parent 543b754 commit b1e3809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
strategy:
2929
matrix:
3030
pg: [10, 11, 12, 13]
31-
jdk: [8, 11]
31+
jdk: [11, 16]
3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: actions/setup-java@v1
34+
- uses: actions/setup-java@v2
3535
with:
3636
java-version: ${{ matrix.jdk }}
37+
distribution: 'zulu'
3738
- name: Setup PostgreSQL SSL Permissions
3839
run: |
3940
chmod 0400 ./driver/src/test/resources/certdir/server/server.key

0 commit comments

Comments
 (0)