aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/maven.yml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-02 14:01:27 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-10-02 14:01:46 +0200
commitd9c96991b813b0a95a950e51e8f6149b9cae5ed7 (patch)
tree8f6393c24f11f52635bbc32d33636c0fbf856daf /.github/workflows/maven.yml
parent93e3bd515e5244a2d365862f07aaf7a449b6d510 (diff)
downloadaspectj-d9c96991b813b0a95a950e51e8f6149b9cae5ed7.tar.gz
aspectj-d9c96991b813b0a95a950e51e8f6149b9cae5ed7.zip
Bump GitHub CI build from JDK 17-ea to 17, remove 16
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github/workflows/maven.yml')
-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 d49c2dc0c..818c24f32 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 16, 17-ea ]
+ java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v2