Skip to content

Support for JDBC 3.0.3 #708

Support for JDBC 3.0.3

Support for JDBC 3.0.3 #708

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: write
pull-requests: write
packages: read
id-token: write
jobs:
authorize:
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: "true"
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
secrets: inherit
with:
os: ubuntu-latest
dependabot-automerge:
needs: [ build-test,authorize ]
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
secrets: inherit