Skip to content

Commit

Permalink
Change Java versions used for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Oct 8, 2023
1 parent 6202fe3 commit 151badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
# Use these Java versions
java: [8, 11, 17, 19]
java: [8, 11, 17, 21]
# and run on both Linux and Windows
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 151badf

Please sign in to comment.