Skip to content

Commit

Permalink
fix: changed java versions in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed May 23, 2024
1 parent 5c459f6 commit 2aeb482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17', '19' ]
java: [ '17', '19', '21' ]
name: Temurin ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2aeb482

Please sign in to comment.