Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann authored Feb 24, 2025
1 parent b8f108d commit 950bcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest,macos-latest,windows-latest ]
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 13.0.x, 15.0.x, 16.0.x, 17.0.x, 18.0.x, 19.0.x, 20.0.x, 21.0.x, 22.0.x, 23.0.x ]
java: [ 8, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 950bcb6

Please sign in to comment.