Skip to content

Commit 1ef19db

Browse files
committed
Update matrix with Java version and Spring Boot version
1 parent 1462075 commit 1ef19db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646

4747
strategy:
4848
matrix:
49-
java: [ 11, 17 ]
50-
spring-boot-version: [ 2.3.12.RELEASE, 2.4.13, 2.5.14, 2.6.9, 2.7.1 ]
49+
java: [ 11, 17, 19 ]
50+
spring-boot-version: [ 2.4.13, 2.5.14, 2.6.12, 2.7.4 ]
5151

5252
steps:
5353
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)