Skip to content

Bump flyway.db.version from 11.3.0 to 11.3.1 #755

Bump flyway.db.version from 11.3.0 to 11.3.1

Bump flyway.db.version from 11.3.0 to 11.3.1 #755

Workflow file for this run

name: CI Master
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build-jdk17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn clean install -Pforbiddenapis -ntp
env:
MAVEN_OPTS: -Xmx2048m