Skip to content

Commit

Permalink
build: use java 19-ea for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Sep 2, 2022
1 parent 0aeabfa commit f504af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest_jdk.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 17-ea ]
java: [ 19-ea ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout'
Expand Down

0 comments on commit f504af9

Please sign in to comment.