Skip to content

Commit

Permalink
Update CI to use Java 21 instead of 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 5, 2024
1 parent 17cd8f2 commit 6267f6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ jobs:
jdk: 11
profile: 'SQL-templates'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: 'PostgreSQL-11'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: 'MySQL-5.7'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: 'MariaDB-10.4'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: 'MSSQL-2019-latest'
- os: ubuntu-latest
jdk: 17
jdk: 21
profile: 'Oracle-23'
uses: ./.github/workflows/ci.yml
with:
Expand Down

0 comments on commit 6267f6d

Please sign in to comment.