From 58b15217ed207df2f61a87951fa809bdbe64bb36 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Thu, 26 Mar 2026 11:12:10 +0100 Subject: [PATCH] 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 --- .github/workflows/spring-boot-4-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spring-boot-4-matrix.yml b/.github/workflows/spring-boot-4-matrix.yml index 67c5efe870..5213eff343 100644 --- a/.github/workflows/spring-boot-4-matrix.yml +++ b/.github/workflows/spring-boot-4-matrix.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - springboot-version: [ '4.0.0' ] + springboot-version: [ '4.0.0', '4.1.0-M4' ] name: Spring Boot ${{ matrix.springboot-version }} env: