Skip to content

Commit

Permalink
add java 21 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Dec 10, 2024
1 parent 78b8a07 commit 0238ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
java-version: [8, 11, 16, 17]
compiler-version: [1.1, 1.2, 1.3, 1.4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
java-version: [8, 11, 16, 17, 20]
compiler-version: [1.1, 1.2, 1.3, 1.4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
os: [ ubuntu-latest , macos-latest , windows-latest ]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 0238ef8

Please sign in to comment.