Skip to content

Commit f504af9

Browse files
committed
build: use java 19-ea for tests
1 parent 0aeabfa commit f504af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/latest_jdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ ubuntu-latest, macOS-latest, windows-latest ]
16-
java: [ 17-ea ]
16+
java: [ 19-ea ]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: 'Checkout'

0 commit comments

Comments
 (0)