We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa61d commit a30e58bCopy full SHA for a30e58b
1 file changed
.github/workflows/spring-boot-4-matrix.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- springboot-version: [ '4.0.0', '4.0.5' ]
+ springboot-version: [ '4.0.0', '4.0.5', '4.1.0' ]
25
26
name: Spring Boot ${{ matrix.springboot-version }}
27
env:
0 commit comments