Skip to content

chore(deps): bump flywayVersion from 11.1.1 to 11.2.0 #6

chore(deps): bump flywayVersion from 11.1.1 to 11.2.0

chore(deps): bump flywayVersion from 11.1.1 to 11.2.0 #6

Workflow file for this run

name: build pull request
on:
pull_request:
types:
- opened
- reopened
- edited
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Test & build
run: ./gradlew test build