mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Updated for JDK 22
This commit is contained in:
parent
392ca23bd3
commit
708304235b
6
.github/workflows/bld.yml
vendored
6
.github/workflows/bld.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 20 ]
|
java-version: [ 17, 20, 21, 22 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 20 ]
|
java-version: [ 17, 20, 21, 22 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 20 ]
|
java-version: [ 17, 20, 21, 22 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure git line endings
|
- name: Configure git line endings
|
||||||
|
|
|
||||||
2
core
2
core
|
|
@ -1 +1 @@
|
||||||
Subproject commit e4596b4dc89b27a61d11e2f5b99fdb922fdbc8a3
|
Subproject commit 12ac2edaac08274502abc96ff573e78ec2234190
|
||||||
Loading…
Reference in a new issue