Skip to content

Upgrade to Java 21 and Spring Boot 3.5.16, with tests, CI and Java 21 modernization #19

Upgrade to Java 21 and Spring Boot 3.5.16, with tests, CI and Java 21 modernization

Upgrade to Java 21 and Spring Boot 3.5.16, with tests, CI and Java 21 modernization #19

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: temurin
cache: maven
- name: Build and test
run: ./mvnw -B clean verify