Skip to content

Commit

Permalink
Restore JDK 19 testing on CI in "Java cross-version tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Jan 16, 2024
1 parent 2aaaf85 commit 3e5b1d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
openjdk:
strategy:
matrix:
# TODO: Add 19+
jdk: [11, 17]
jdk: [11, 17, 19]
testJdk: [auto, 8]
name: "OpenJDK ${{ matrix.jdk }} (with testJDK ${{ matrix.testJdk }})"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e5b1d3

Please sign in to comment.