From f51416b660e37ff7373feea61741265b828a5e89 Mon Sep 17 00:00:00 2001 From: torakiki Date: Wed, 26 Jun 2024 10:22:28 +0200 Subject: [PATCH] Fixed GitHub actions. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6956f815c..fd149b1d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '17', '21' ] + java: [ '21', '22' ] name: JDK ${{ matrix.java }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: 'liberica'