Skip to content

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter from 2.5.6 to 3.0.0 #14

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter from 2.5.6 to 3.0.0

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter from 2.5.6 to 3.0.0 #14

name: Functional tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.github/**'
branches:
- master
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
cache: 'maven'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B verify -DskipUnitTests=true -Dtests.max-container-count=5 --file extra/pom.xml