Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.4 to 3.5.5 #2496

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.4 to 3.5.5

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.4 to 3.5.5 #2496

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
DISPLAY: :99
jobs:
tests:
strategy:
matrix:
build-tool: [ mvn ]
os: [ ubuntu-latest ]
java: [ 17 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout GitHub repo
uses: actions/checkout@v5
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Start Xvfb
run: Xvfb :99 &
- name: Run tests with ${{ matrix.build-tool }}
run: ${{ matrix.build-tool }} test