From 0211dc1a6adc9d575d222a1d4f84198abe9d0b63 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Thu, 30 Nov 2023 11:47:09 +0100 Subject: [PATCH 1/2] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a9e8f6c..392c9650 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,14 @@ permissions: pull-requests: write jobs: - build: + build-test: uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 secrets: inherit 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 +77,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 From 5337931640a6586b24fcdba756e7c66625b94aa4 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Thu, 30 Nov 2023 11:59:28 +0100 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 392c9650..bd9a7d72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,10 @@ permissions: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 + 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 }}