Skip to content

chore: Spring Cloud 2023.0.0 #100

chore: Spring Cloud 2023.0.0

chore: Spring Cloud 2023.0.0 #100

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