Skip to content

Commit 560b83e

Browse files
committed
Update Spring Boot version for CI
1 parent b6fd045 commit 560b83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
java: [ 8, 11, 15 ]
18-
spring-boot-version: [ 1.5.22.RELEASE, 2.1.17.RELEASE, 2.2.10.RELEASE, 2.3.4.RELEASE ]
18+
spring-boot-version: [ 2.2.11.RELEASE, 2.3.6.RELEASE, 2.4.0 ]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)