Skip to content

Upgrade to Spring Boot 3.3 M3. #160

Upgrade to Spring Boot 3.3 M3.

Upgrade to Spring Boot 3.3 M3. #160

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main, 'hacking/**' ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build server
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Build with Maven
run: |
cd server
./mvnw -B verify --file pom.xml