Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0 #94

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0 #94

Workflow file for this run

name: continuous integration
on:
push:
branches:
- master
- main
- feature/**
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: build JAR from Maven
run: mvn --batch-mode --no-transfer-progress clean verify
- name: build Docker file
uses: docker/build-push-action@v5
with:
context: .
push: false