aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2023-03-30 09:12:00 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2023-06-24 13:10:46 +0700
commit72d6e59171eb4d0ed60c2491390a5e52f2e223df (patch)
tree83ce4a09d7b8518c7d9bea8fc2887f6714016404
parente17017cd3652393047e4c5e736868492cb646643 (diff)
downloadaspectj-72d6e59171eb4d0ed60c2491390a5e52f2e223df.tar.gz
aspectj-72d6e59171eb4d0ed60c2491390a5e52f2e223df.zip
Build on JDK 11, 17, 20 (remove 19)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3e3964df3..9e6a42bd1 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: [ 11, 17, 19, 20 ]
+ java: [ 11, 17, 20 ]
runs-on: ubuntu-latest