mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Updated for JDK 22
This commit is contained in:
parent
392ca23bd3
commit
708304235b
2 changed files with 4 additions and 4 deletions
6
.github/workflows/bld.yml
vendored
6
.github/workflows/bld.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 20 ]
|
||||
java-version: [ 17, 20, 21, 22 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 20 ]
|
||||
java-version: [ 17, 20, 21, 22 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
@ -142,7 +142,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 20 ]
|
||||
java-version: [ 17, 20, 21, 22 ]
|
||||
|
||||
steps:
|
||||
- name: Configure git line endings
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit e4596b4dc89b27a61d11e2f5b99fdb922fdbc8a3
|
||||
Subproject commit 12ac2edaac08274502abc96ff573e78ec2234190
|
Loading…
Add table
Add a link
Reference in a new issue