diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index c1a277efd9..5ed14bba21 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java-version: [ '11', '17', '21', '22' ] + java-version: [ '11', '17', '21', '23' ] steps: - name: Checkout GWT itself into one directory uses: actions/checkout@v4 diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index 09977bd4d6..9702fb2e60 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java-version: ['11', '17', '21', '22'] + java-version: ['11', '17', '21', '23'] steps: - name: Checkout GWT itself into one directory uses: actions/checkout@v4