Skip to content

chore(deps): bump org.liquibase:liquibase-maven-plugin from 4.25.0 to 4.25.1 #50

chore(deps): bump org.liquibase:liquibase-maven-plugin from 4.25.0 to 4.25.1

chore(deps): bump org.liquibase:liquibase-maven-plugin from 4.25.0 to 4.25.1 #50

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
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"]'
java: "[11, 17, 18]"
dependabot-automerge:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit