Skip to content

Bump org.flywaydb:flyway-database-postgresql from 10.16.0 to 10.17.0 in the postgresql group #25

Bump org.flywaydb:flyway-database-postgresql from 10.16.0 to 10.17.0 in the postgresql group

Bump org.flywaydb:flyway-database-postgresql from 10.16.0 to 10.17.0 in the postgresql group #25

name: FLA Pull Request
on:
pull_request:
branches: [ master ]
push:
branches:
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install jacoco:prepare-agent package jacoco:report
- name: Version statuses
run: make version-status