]> source.dussan.org Git - aspectj.git/commitdiff
Activate Java 17 build in GitHub workflow
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 28 Jul 2021 03:57:25 +0000 (10:57 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 7 Sep 2021 06:44:33 +0000 (08:44 +0200)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
.github/workflows/maven.yml

index b4d9fe61512b2468ff9fcdd09730515580f151ff..d49c2dc0c29bf7f6218afcc84bea52e797422b63 100644 (file)
@@ -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