Skip to content

Commit

Permalink
Updated for JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Mar 22, 2024
1 parent 392ca23 commit 7083042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 20 ]
java-version: [ 17, 20, 21, 22 ]

steps:
- name: Checkout source repository
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 20 ]
java-version: [ 17, 20, 21, 22 ]

steps:
- name: Checkout source repository
Expand All @@ -142,7 +142,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 20 ]
java-version: [ 17, 20, 21, 22 ]

steps:
- name: Configure git line endings
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 7083042

Please sign in to comment.