Skip to content

Commit

Permalink
run tests with java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Nov 3, 2023
1 parent f1c133e commit 073ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# macos-latest: a tad slower than ubuntu and pretty much the same (?) so leaving out.
os: [ubuntu-latest]
# Test JVMs.
java: [ '17' ]
java: [ '21' ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
Expand Down

0 comments on commit 073ad43

Please sign in to comment.