diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a9e8f6c..bd9a7d72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,16 @@ permissions: pull-requests: write jobs: - build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 + build-test: + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 secrets: inherit + with: + java: "[11, 17, 21]" integration-tests: name: Integration Tests -- Java ${{ matrix.java }} on Cassandra ${{ matrix.cassandra }} runs-on: ubuntu-latest - needs: build + needs: build-test strategy: matrix: java: [11, 17] @@ -77,4 +79,4 @@ jobs: dependabot: needs: integration-tests uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.3 - secrets: inherit \ No newline at end of file + secrets: inherit