Skip to content

Upgrade the project to Spring Boot 3.3.2 #2

Upgrade the project to Spring Boot 3.3.2

Upgrade the project to Spring Boot 3.3.2 #2

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
build:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 22
cache: 'maven'
- name: Build with Maven
run: mvn -B test