diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-10-02 14:01:27 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-10-02 14:01:46 +0200 |
commit | d9c96991b813b0a95a950e51e8f6149b9cae5ed7 (patch) | |
tree | 8f6393c24f11f52635bbc32d33636c0fbf856daf /.github | |
parent | 93e3bd515e5244a2d365862f07aaf7a449b6d510 (diff) | |
download | aspectj-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')
-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 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 |