Skip to content

Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /bucket4j-examples #170

Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /bucket4j-examples

Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /bucket4j-examples #170

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
strategy:
matrix:
# java: [ '8', '11' ]
java: [ '11' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
- name: Build
run: ./mvnw --no-transfer-progress -B clean package