Skip to content

Commit

Permalink
Use Java 17 GA, remove EOL Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio authored Sep 15, 2021
1 parent 48ed152 commit 9e5161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [16, 17-ea, 18-ea]
java: [17, 18-ea]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9e5161f

Please sign in to comment.