diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-23 12:53:17 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-23 12:53:17 +0700 |
commit | f75b7deda8aea78e78335387dde42ba9b5938201 (patch) | |
tree | 7b03828693b5491bd742fc9529e3c68ba38ff17a /.github | |
parent | 2337e33ea1f3b0ab3610c62e7c426f27538ff53e (diff) | |
download | aspectj-f75b7deda8aea78e78335387dde42ba9b5938201.tar.gz aspectj-f75b7deda8aea78e78335387dde42ba9b5938201.zip |
Add TODO to maven.yml for switch to JDK 18 final
TODO: switch from 18-ea to 18, as soon as Temurin offers the download
on https://adoptium.net/releases.html.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/maven.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3e2564c77..0a013bf15 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,6 +19,7 @@ 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 ] runs-on: ubuntu-latest |