X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/f04f789231cb82e2186268d5d726d9166f2e246c..56e11d0857c6131667695b95c9c2805c8a938150:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb2ebbd..ad4dbf15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '23' ] + java: [ '21', '24' ] steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: with: dependency-graph: generate-and-submit - name: Install asciidoc - run: sudo apt --no-install-recommends install -y asciidoc-base + run: sudo apt update && sudo apt --no-install-recommends install -y asciidoc-base - name: Build with Gradle run: ./gradlew --no-daemon build - name: Build man page