Skip to content

Commit

Permalink
Test basic Java 17 compatibility on CI (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak authored Feb 20, 2023
1 parent 54dff4e commit 6581a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
openjdk:
strategy:
matrix:
jdk: [8, 11, 15]
jdk: [8, 11, 17]
name: "OpenJDK ${{ matrix.jdk }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6581a5f

Please sign in to comment.