aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-21 02:19:57 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-21 02:19:57 +0700
commitf280ff3efd643b17e88d0f7814b81ff62fa3770b (patch)
tree9c6abab09a45dc3e687f7c4259c1f06ef3540454 /.github
parent68ad86eb6ed70c15ad4209295903a9a977b001f6 (diff)
downloadaspectj-f280ff3efd643b17e88d0f7814b81ff62fa3770b.tar.gz
aspectj-f280ff3efd643b17e88d0f7814b81ff62fa3770b.zip
Upgrade GitHub CI workflow from Java (8, 11, 15) to (8, 11, 16)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github')
-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 332ce36d7..8c5f8d035 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 15 ]
+ java: [ 8, 11, 16 ]
steps:
- uses: actions/checkout@v2