Skip to content

Commit 11f4161

Browse files
adinauerclaude
andauthored
ci: Bump Spring Boot versions in CI matrix (#5235)
Update Spring Boot 3.x patch versions: - 3.2.10 → 3.2.12 - 3.3.5 → 3.3.13 - 3.4.5 → 3.4.13 - 3.5.6 → 3.5.13 Add Spring Boot 4.0.5 to 4.x matrix. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1d4a07a commit 11f4161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spring-boot-3-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
springboot-version: [ '3.0.0', '3.2.10', '3.3.5', '3.4.5', '3.5.6' ]
22+
springboot-version: [ '3.0.0', '3.2.12', '3.3.13', '3.4.13', '3.5.13' ]
2323

2424
name: Spring Boot ${{ matrix.springboot-version }}
2525
env:

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
springboot-version: [ '4.0.0' ]
22+
springboot-version: [ '4.0.0', '4.0.5' ]
2323

2424
name: Spring Boot ${{ matrix.springboot-version }}
2525
env:

0 commit comments

Comments
 (0)