aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-07-03 10:39:24 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-07-03 10:39:24 +0200
commitaeb598cda1165c076eae78c12b9a69405b5d59a2 (patch)
tree6dcf9ff7746c99662d34ec76365c2c07fe6767f6 /.github
parentf66a4f9b083cf8cf59cce160a5109677d4ea6009 (diff)
downloadaspectj-aeb598cda1165c076eae78c12b9a69405b5d59a2.tar.gz
aspectj-aeb598cda1165c076eae78c12b9a69405b5d59a2.zip
CI build: upgrade from Java 18-EA to 18
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/maven.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f731a47ee..b8fbbf386 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- # TODO: switch from 18-ea to 18, as soon as Temurin offers the download on https://adoptium.net/releases.html
- java: [ 11, 17, 18-ea ]
+ # Check for available Temurin releases on https://adoptium.net/releases.html
+ java: [ 11, 17, 18 ]
runs-on: ubuntu-latest