Skip to content

Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.2 to 3.2.3 #91

Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.2 to 3.2.3

Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.2 to 3.2.3 #91

name: Build and test (solution)
on:
push:
branches:
- solution
paths-ignore:
- '**/*.md'
- 'images/**'
pull_request:
branches:
- solution
paths-ignore:
- '**/*.md'
- 'images/**'
workflow_dispatch:
concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: maven
- name: build-test
run: ./mvnw -B clean verify