Skip to content

Commit

Permalink
GitHub Actions config: add JDK 22 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 8, 2024
1 parent a5df1e5 commit e054c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17, 21]
java: [8, 11, 17, 21, 22]
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit e054c1b

Please sign in to comment.