Prepare 4.0.x branch

This commit is contained in:
Andy Wilkinson
2025-05-09 13:48:22 -07:00
committed by Phillip Webb
parent 1f24feafbd
commit af220127d0
10 changed files with 110 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- 4.0.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
@@ -28,7 +28,7 @@ jobs:
- name: Deploy
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '3.5.x') || format('spring-boot-{0}', '3.5.x') }}
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.0.x') || format('spring-boot-{0}', '4.0.x') }}
folder: 'deployment-repository'
password: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_PASSWORD || secrets.ARTIFACTORY_PASSWORD }}
project: ${{ vars.COMMERCIAL && 'spring' }}

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- 4.0.x
jobs:
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'

View File

@@ -2,7 +2,7 @@ name: Run System Tests
on:
push:
branches:
- main
- 4.0.x
jobs:
run-system-tests:
name: 'Java ${{ matrix.java.version}}'