diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-11-01 08:52:44 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-11-01 08:52:44 +0700 |
commit | f0c0088286c17f8a5bf6fa8a00b01a7f46568cf4 (patch) | |
tree | c5c62ecf2027b3c61a24184c7c2ae2143850aa24 /.github/workflows | |
parent | 3bca8528f33a3648f3646aeeb2f0b55576b0fc64 (diff) | |
download | aspectj-f0c0088286c17f8a5bf6fa8a00b01a7f46568cf4.tar.gz aspectj-f0c0088286c17f8a5bf6fa8a00b01a7f46568cf4.zip |
Switch CI build to Temurin JDK 21 final (from EA)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8ab9505a..44b0bec0f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: # Check for available Temurin releases on https://adoptium.net/releases.html - java: [ 17, 21-ea ] + java: [ 17, 21 ] runs-on: ubuntu-latest |