Skip to content

[GLT-4326] updated to Spring Boot 3.4 (#60) #175

[GLT-4326] updated to Spring Boot 3.4 (#60)

[GLT-4326] updated to Spring Boot 3.4 (#60) #175

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: mvn --batch-mode package