Skip to content

Bump spring-boot-version from 3.5.5 to 4.0.0 #61

Bump spring-boot-version from 3.5.5 to 4.0.0

Bump spring-boot-version from 3.5.5 to 4.0.0 #61

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
- run: make build
- run: make test