Skip to content

Commit

Permalink
return jdk-22 to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls committed Sep 26, 2024
1 parent 8aac231 commit bff682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: ['11', '17', '21']
java: ['11', '17', '21', '22']
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit bff682f

Please sign in to comment.