Skip to content

#140 Upgrade to embedded postgres binaries 14.15 #81

#140 Upgrade to embedded postgres binaries 14.15

#140 Upgrade to embedded postgres binaries 14.15 #81

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17, 21, 22] # LTS and newer versions
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn -B test