From: AsamK Date: Wed, 19 Oct 2022 18:34:42 +0000 (+0200) Subject: Add java 19 to CI X-Git-Tag: v0.11.4~1 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/eb71fd1a5abff34af9e8d6e43a4c13885822856e?ds=sidebyside Add java 19 to CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c3f08c..f336c480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '17', '18' ] + java: [ '17', '19' ] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/repackage-native-libs.yml b/.github/workflows/repackage-native-libs.yml index 3b8de939..6d334ecf 100644 --- a/.github/workflows/repackage-native-libs.yml +++ b/.github/workflows/repackage-native-libs.yml @@ -151,7 +151,7 @@ jobs: shell: bash # Explicit for windows env: - JAVA_VERSION: 18 + JAVA_VERSION: 19 steps: