Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Bump the spring-dependencies group with 3 updates #18

Bump the spring-dependencies group with 3 updates

Bump the spring-dependencies group with 3 updates #18

Workflow file for this run

name: Kotlin/Java - CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [17]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- run: mvn verify