From: AsamK Date: Fri, 25 Oct 2024 15:22:47 +0000 (+0200) Subject: Run CI with Java 23 X-Git-Tag: v0.13.8~3 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/5171107a29c175a305bd30ee3fb6b40b7269eec3 Run CI with Java 23 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97cd5530..75d892a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '22' ] + java: [ '21', '23' ] steps: - uses: actions/checkout@v4