Skip to content

Bump org.flywaydb:flyway-core from 10.20.0 to 11.3.4 in /backend #106

Bump org.flywaydb:flyway-core from 10.20.0 to 11.3.4 in /backend

Bump org.flywaydb:flyway-core from 10.20.0 to 11.3.4 in /backend #106

Workflow file for this run

name: Backend
on:
pull_request_target:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
- name: Check tests
shell: bash
working-directory: backend
run: ./gradlew test
- name: Check build
shell: bash
working-directory: backend
run: ./gradlew build