diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index c148d553..1cfe42ba 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,7 +7,7 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 secrets: inherit with: - extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar \ No newline at end of file + extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 7fac22a8..2f3e5350 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -4,13 +4,14 @@ name: "Nightly build" on: workflow_dispatch: schedule: - - cron: '0 7 * * 1-5' + - cron: "0 7 * * 1-5" jobs: - nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 - with: - nightly: true - extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar - os: '["ubuntu-latest"]' - secrets: inherit \ No newline at end of file + nightly-build: + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 + with: + nightly: true + extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar + os: '["ubuntu-latest"]' + java: "[11, 17, 21]" + secrets: inherit diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 692dcef5..89513feb 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.7 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 57a583de..790f5775 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,7 +7,7 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.7 secrets: inherit with: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c4e93cf..1171773e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,13 @@ on: 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: extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar - os: '["ubuntu-latest"]' \ No newline at end of file + os: '["ubuntu-latest"]' + java: "[11, 17, 18]" + + dependabot-automerge: + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7 + secrets: inherit