Skip to content

Commit

Permalink
tweak java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Sep 17, 2024
1 parent b36ad5d commit dd0188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '17', '21']
java: ['8', '11', '17', '21', '22']
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '17', '21']
java: ['17', '21']
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dd0188b

Please sign in to comment.