Update plugin org.springframework.boot to v4.0.6 - abandoned #1

Closed
Renovate wants to merge 3 commits from renovate/spring-boot into master
Showing only changes of commit 798adb5299 - Show all commits

View File

@@ -1,9 +1,9 @@
name: Build
name: Build and Test
on:
push:
pull_request:
branches:
- '*'
- '!master'
- master
jobs:
build:
runs-on: ubuntu-latest
@@ -18,5 +18,5 @@ jobs:
java-version: '25'
cache: 'gradle'
- name: Build
- name: Build and Test
run: ./gradlew build --no-daemon