Skip to content

Commit

Permalink
Update Java versions for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed May 20, 2024
1 parent ee33ac6 commit e0c4535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java-version: [8, 11, 16]
java-version: [8, 11, 17, 21, 22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java-version: [8, 11, 16]
java-version: [8, 11, 17, 21, 22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java-version: [8, 11, 16]
java-version: [8, 11, 17, 21, 22]

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

0 comments on commit e0c4535

Please sign in to comment.