Skip to content

chore(deps): Spring Boot 3.1.2 #152

chore(deps): Spring Boot 3.1.2

chore(deps): Spring Boot 3.1.2 #152

Workflow file for this run

name: back
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
java-version: [ 17.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 full build
run: ./mvnw test -B