Skip to content

Commit

Permalink
Also build on Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomo Ala-Vannesluoma committed Aug 16, 2023
1 parent 4290151 commit ec99848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
strategy:
matrix:
java: [ '17' ]
java: [ '17', '20' ]
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: always()
strategy:
matrix:
java: [ '17' ]
java: [ '17', '20' ]
db: [ 'h2', 'mariadb', 'postgresql', 'mysql', 'sqlserver', 'db2', 'oracle' ]
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit ec99848

Please sign in to comment.