Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Jul 19, 2024
1 parent b4ab393 commit ed6acba
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, 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]
java-version: [ 8 , 11 , 16, 17 , 20 , 21 ]
compiler-version: [ 1.1 , 1.2 , 1.3 , 1.4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 ]
os: [ ubuntu-latest , macos-latest , windows-latest ]
exclude:
- os: macos-latest
Expand Down

0 comments on commit ed6acba

Please sign in to comment.