Skip to content

build(deps-dev): bump org.postgresql:postgresql from 42.5.1 to 42.5.5… #247

build(deps-dev): bump org.postgresql:postgresql from 42.5.1 to 42.5.5…

build(deps-dev): bump org.postgresql:postgresql from 42.5.1 to 42.5.5… #247

Workflow file for this run

name: spring-boot-compatibility
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
spring-boot: [ '2.5.14', '2.6.14', '2.7.11', '3.0.6', '3.1.0-RC1' ]
name: Spring Boot ${{ matrix.spring-boot }}
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Run Spring Boot tests
run: mvn -B -Dspring-boot.version=${{ matrix.spring-boot }} -PspringBootDevelopment clean test --file pom.xml
env:
TZ: UTC