Skip to content

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.1 to 3.2.2 #228

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.1 to 3.2.2

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.1 to 3.2.2 #228

Workflow file for this run

name: Java PR
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up JDK 13
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: 13
- name: Test with Maven
run: mvn -B test --file pom.xml
- name: Build with Maven
run: mvn -B package --file pom.xml