]> nmode's Git Repositories - signal-cli/commitdiff
Update build pipeline to java 17
authorAsamK <asamk@gmx.de>
Fri, 15 Oct 2021 19:01:37 +0000 (21:01 +0200)
committerAsamK <asamk@gmx.de>
Fri, 15 Oct 2021 19:01:37 +0000 (21:01 +0200)
.github/workflows/ci.yml

index 28f5039ee3622d720b0e6c21e338d915b02cd8cd..1fb5f7f4def3b999f1937e86d1a26ed2c5d768fe 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '11', '16' ]
+        java: [ '11', '17' ]
 
     steps:
       - uses: actions/checkout@v1