Skip to content

Commit 6267f6d

Browse files
committed
Update CI to use Java 21 instead of 17
1 parent 17cd8f2 commit 6267f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-5.x.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747
jdk: 11
4848
profile: 'SQL-templates'
4949
- os: ubuntu-latest
50-
jdk: 17
50+
jdk: 21
5151
profile: 'PostgreSQL-11'
5252
- os: ubuntu-latest
53-
jdk: 17
53+
jdk: 21
5454
profile: 'MySQL-5.7'
5555
- os: ubuntu-latest
56-
jdk: 17
56+
jdk: 21
5757
profile: 'MariaDB-10.4'
5858
- os: ubuntu-latest
59-
jdk: 17
59+
jdk: 21
6060
profile: 'MSSQL-2019-latest'
6161
- os: ubuntu-latest
62-
jdk: 17
62+
jdk: 21
6363
profile: 'Oracle-23'
6464
uses: ./.github/workflows/ci.yml
6565
with:

0 commit comments

Comments
 (0)