]> nmode's Git Repositories - signal-cli/commitdiff
Add java 19 to CI
authorAsamK <asamk@gmx.de>
Wed, 19 Oct 2022 18:34:42 +0000 (20:34 +0200)
committerAsamK <asamk@gmx.de>
Wed, 19 Oct 2022 18:34:42 +0000 (20:34 +0200)
.github/workflows/ci.yml
.github/workflows/repackage-native-libs.yml

index a6c3f08c2482a5896aa590653a9f0ae7a85eff4e..f336c48008cbc51eed7b1dbc4f1eadb8517f3549 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '17', '18' ]
+        java: [ '17', '19' ]
 
     steps:
       - uses: actions/checkout@v3
 
     steps:
       - uses: actions/checkout@v3
index 3b8de939107b15f5bbbc0292e7d0c016efc0680e..6d334ecf96d60656be728d46932c4681ec4108b6 100644 (file)
@@ -151,7 +151,7 @@ jobs:
         shell: bash   # Explicit for windows
 
     env:
         shell: bash   # Explicit for windows
 
     env:
-      JAVA_VERSION: 18
+      JAVA_VERSION: 19
 
     steps:
 
 
     steps: