Skip to content

Commit

Permalink
Test against JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea authored Sep 28, 2023
1 parent 1478395 commit 4351e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# test against latest update of some major Java version(s), as well as specific LTS version(s)
java: [ 8, 17, 20 ]
java: [ 8, 17, 21]
name: Gradle Build without Publish
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4351e80

Please sign in to comment.