From: AsamK Date: Thu, 11 May 2023 17:19:09 +0000 (+0200) Subject: Use Java 20 in CI build X-Git-Tag: v0.11.10~2 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/ee63a27fe91569f81fb7e0f2f036821a083e2010 Use Java 20 in CI build --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c02b0623..71e6e15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '17', '19' ] + java: [ '17', '20' ] steps: - uses: actions/checkout@v3