Skip to content

Bump org.testcontainers:postgresql from 1.20.3 to 1.20.4 #162

Bump org.testcontainers:postgresql from 1.20.3 to 1.20.4

Bump org.testcontainers:postgresql from 1.20.3 to 1.20.4 #162

Workflow file for this run

name: Main
on:
push:
branches:
- main
paths-ignore:
- '.github/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode verify