Skip to content

Commit

Permalink
build: run checks on Java 21 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Sep 5, 2024
1 parent f0d847b commit e7fcbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Check
strategy:
matrix:
jdk: [ 11, 17, 19 ]
jdk: [ 11, 17, 21, 22 ]
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Check
strategy:
matrix:
jdk: [ 11, 17, 19 ]
jdk: [ 11, 17, 21, 22 ]
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e7fcbd0

Please sign in to comment.