2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 00:37:10 -07:00

Switched to JDK 20 from 19 for testing

This commit is contained in:
Erik C. Thauvin 2023-08-22 11:44:40 -07:00
parent b7963ba6ca
commit 6830c8c44c

View file

@ -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