Skip to content

Commit 58b1521

Browse files
adinauerclaude
andcommitted
ci: Add Spring Boot 4.1.0-M4 milestone to CI matrix
Test against the latest Spring Boot 4.1 milestone release to catch compatibility issues early before GA. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a7fc366 commit 58b1521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.1.0-M4' ]
2323

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

0 commit comments

Comments
 (0)