Skip to content

Commit dffdd14

Browse files
authored
Replace pre-releases in Spring Boot 4 matrix with GA release (#4924)
* bump spring boot 4 * remove removed method from test * replace pre-releases in Spring Boot 4 matrix with GA release
1 parent fe20fc7 commit dffdd14

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-M1', '4.0.0-M2', '4.0.0-M3' ]
22+
springboot-version: [ '4.0.0' ]
2323

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

0 commit comments

Comments
 (0)