Skip to content

Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 #20

Bump org.postgresql:postgresql from 42.7.2 to 42.7.3

Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 #20

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@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean install -Pforbiddenapis
env:
MAVEN_OPTS: -Xmx2048m