Skip to content

Commit

Permalink
Revert "Drop test against jdk 11 and add zulu 20"
Browse files Browse the repository at this point in the history
This reverts commit 991474a.
  • Loading branch information
rpalcolea committed Apr 22, 2023
1 parent 991474a commit ba6219d
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, 11 , 17]
name: Gradle Build without Publish
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit ba6219d

Please sign in to comment.