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: