Skip to content

Commit

Permalink
ci(jdk): use JDK 21 rather than 20 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Oct 10, 2023
1 parent bc94f75 commit 95b973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '20' ]
java: [ '17', '21' ]
env:
TESTCONTAINERS_RYUK_DISABLED: true
cache-name: cache-yarn
Expand Down

0 comments on commit 95b973d

Please sign in to comment.