Skip to content

Update flyway-core from 10.19.0 to 10.20.0 #1322

Update flyway-core from 10.19.0 to 10.20.0

Update flyway-core from 10.19.0 to 10.20.0 #1322

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- uses: coursier/cache-action@v5
with:
extraKey: pr-${GITHUB_HEAD_REF}
- name: Check/Compile/Test
run: sbt versionPolicyCheck check