Update Java version in GitHub Actions (#707)

This commit is contained in:
Luccboy 2021-12-05 00:25:04 +01:00 committed by GitHub
parent 2916189edc
commit 9844a1af1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [16,8]
java: [17,8]
fail-fast: true
steps:
- uses: actions/checkout@v2