Skip to content

Bump spring-context from 5.3.26 to 6.0.10 #117

Bump spring-context from 5.3.26 to 6.0.10

Bump spring-context from 5.3.26 to 6.0.10 #117

Workflow file for this run

name: test
on:
release:
types: [created]
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'test'
jobs:
build:
strategy:
matrix:
java: [ '16' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: compile and test
run: mvn compile test --file pom.xml