Skip to content

Commit

Permalink
Merge pull request #10742 from SethTisue/ci-jdk-22
Browse files Browse the repository at this point in the history
GitHub Actions config: add JDK 22 to matrix
  • Loading branch information
SethTisue committed Apr 9, 2024
2 parents a5df1e5 + e054c1b commit c742dc3
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 c742dc3

Please sign in to comment.