Skip to content

Bump org.springframework:spring-context from 6.2.8 to 6.2.9 #185

Bump org.springframework:spring-context from 6.2.8 to 6.2.9

Bump org.springframework:spring-context from 6.2.8 to 6.2.9 #185

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: [ '17' ]
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