Skip to content

Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /test-containers #3

Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /test-containers

Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /test-containers #3

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml