]> source.dussan.org Git - gitblit.git/commitdiff
Build as matrix of Java 8 and 11, only.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Sun, 5 Jan 2020 20:53:36 +0000 (21:53 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Sun, 5 Jan 2020 20:53:36 +0000 (21:53 +0100)
We cannot build with Ant on GitHub since the provided Ant
version does not run on Java 7.

.github/workflows/ci-build.yml

index 354d2d52c8710416cbd6443e0370b7f81e146daa..93bd863ad11cf0dae786d05d544400898bab2431 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java-version: [7, 8, 11]
+        java-version: [8, 11]
     
     steps:
       - name: Checkout