Skip to content

Commit

Permalink
Test with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Mar 15, 2024
1 parent 1847015 commit 39695e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
name: build with jdk ${{matrix.java}}

steps:
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
name: build with jdk ${{matrix.java}} windows

steps:
Expand Down

0 comments on commit 39695e8

Please sign in to comment.