Skip to content

Update spring boot to v3.4.3 #1131

Update spring boot to v3.4.3

Update spring boot to v3.4.3 #1131

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: ./gradlew build integration