diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-28 10:57:25 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-09-07 08:44:33 +0200 |
commit | 6a4ab3cbaac58eddedc88b2a78f61a94174b6af2 (patch) | |
tree | 96097f9b5d3896ca1c1471169baecf1849d41d45 /.github/workflows | |
parent | 620add3a3c18dc3e126a03254b6482ad9ab7ef36 (diff) | |
download | aspectj-6a4ab3cbaac58eddedc88b2a78f61a94174b6af2.tar.gz aspectj-6a4ab3cbaac58eddedc88b2a78f61a94174b6af2.zip |
Activate Java 17 build in GitHub workflow
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github/workflows')
-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 b4d9fe615..d49c2dc0c 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 ] + java: [ 8, 11, 16, 17-ea ] steps: - uses: actions/checkout@v2 |