mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Switched to JDK 20 from 19 for testing
This commit is contained in:
parent
b7963ba6ca
commit
6830c8c44c
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 19 ]
|
java-version: [ 17, 20 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue