From a30e58bd63204625682b09bc9125c907b63be97e Mon Sep 17 00:00:00 2001 From: Lukas Bloder Date: Sun, 21 Jun 2026 07:01:46 +0200 Subject: [PATCH] add spring-boot 4.1.0 to testmatrix --- .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 450dbd8c98..d6cfceffb5 100644 --- a/.github/workflows/spring-boot-4-matrix.yml +++ b/.github/workflows/spring-boot-4-matrix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - springboot-version: [ '4.0.0', '4.0.5' ] + springboot-version: [ '4.0.0', '4.0.5', '4.1.0' ] name: Spring Boot ${{ matrix.springboot-version }} env: