Skip to content

Commit

Permalink
Add JDK 20 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Apr 26, 2023
1 parent 1aca446 commit e124dd5
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, 11 , 17]
java: [ 8, 17, 20]
name: Gradle Build without Publish
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit e124dd5

Please sign in to comment.