Skip to content

Commit

Permalink
[integration tests] from now on also use jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Sep 20, 2023
1 parent 29c1943 commit a6e3138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
needs: build
strategy:
matrix:
jdk: [8, 11, 17]
jdk: [8, 11, 17, 21]
tool:
- {name: "maven", cmd: "mvn compile"}
- {name: "gradle", cmd: "gradle assemble"}
Expand Down

0 comments on commit a6e3138

Please sign in to comment.