Skip to content

chore(deps): update postgres docker tag to v16.4 #340

chore(deps): update postgres docker tag to v16.4

chore(deps): update postgres docker tag to v16.4 #340

name: jpa-multitenancy-partition
on:
push:
paths:
- "jpa/multitenancy/partition/**"
branches: [main]
pull_request:
paths:
- "jpa/multitenancy/partition/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "jpa/multitenancy/partition"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: "21"
distribution: "temurin"
cache: "maven"
- name: Build with Maven
run: ./mvnw clean verify