Merge pull request #861 from xuxiaowei-com-cn/dev-java-version

👷 增加 java 17
This commit is contained in:
冷冷 2023-05-12 16:06:32 +08:00 committed by GitHub
commit 8bb784accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11 ]
java-version: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}