From 9949a72838f8f4f4cb829c6453032a0de3e919b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=99=93=E4=BC=9F?= Date: Mon, 8 May 2023 17:06:45 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?java=2017=20=E7=94=A8=E4=BA=8E=E6=B5=8B=E8=AF=95=E5=9C=A8=20jav?= =?UTF-8?q?a=2017=20=E7=9A=84=E7=8E=AF=E5=A2=83=E4=B8=8B=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E8=83=BD=E8=BF=90=E8=A1=8C=20=E6=AF=94=E5=A6=82=EF=BC=9A?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=9C=A8=E4=BB=A3=E7=A0=81=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E4=BA=86=E4=B8=80=E4=BA=9B=20sun=20=E5=8C=85=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=EF=BC=8C=E8=80=8C=20java=2017=20=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 082741b9..9b2b5736 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 }}