Skip to content

chore(deps): Spring Boot 3.2.2 #103

chore(deps): Spring Boot 3.2.2

chore(deps): Spring Boot 3.2.2 #103

Workflow file for this run

name: CI
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
java-version: [ 21.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Run tests
run: ./mvnw test -B