Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 4.0.3 #66

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 4.0.3

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 4.0.3 #66

Workflow file for this run

name: Testing
on:
pull_request:
branches: [ "master" ]
permissions:
contents: read
pages: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Test with Maven
run: mvn clean test --file pom.xml