From b7027e9cad5ce13c398dea378fe13400f49fd61e Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 19 Jan 2025 15:46:54 -0800 Subject: [PATCH] regtest.yml action: bump Java 21-ea to 21 --- .github/workflows/regtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index 1cbc0183..d2d29d93 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java: [ '17', '21-ea' ] + java: [ '17', '21' ] distribution: ['temurin'] fail-fast: false name: ${{ matrix.os }} JDK ${{ matrix.java }}