Use JDK17 for workflows

This commit is contained in:
DGun Otto 2024-03-26 02:37:36 +08:00 committed by GitHub
parent 61d41c3ac8
commit 0ad235ccc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ jobs:
Build: Build:
strategy: strategy:
matrix: matrix:
jdkversion: [ 11 ] jdkversion: [ 17 ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3