Skip to content

Bump org.flywaydb:flyway-core from 9.22.1 to 9.22.2 #102

Bump org.flywaydb:flyway-core from 9.22.1 to 9.22.2

Bump org.flywaydb:flyway-core from 9.22.1 to 9.22.2 #102

Workflow file for this run

name: build pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.x'
cache: 'gradle'
- name: test
run: ./gradlew test