Skip to content

Commit 871a7c0

Browse files
committed
Remove spring boot 3 from the matrix
Signed-off-by: Sergio <[email protected]>
1 parent 4fb6114 commit 871a7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
java: [ 11, 13, 15, 16 ]
22-
spring-boot: [2.6.14, 2.7.8, 3.0.2]
22+
spring-boot: [2.6.14, 2.7.8]
2323
env:
2424
GOVER: 1.19
2525
GOOS: linux

0 commit comments

Comments
 (0)