Skip to content

Commit aa945b6

Browse files
committed
Merge branch 'master' into add-dialect
2 parents c77e098 + 3fd2b88 commit aa945b6

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
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
java: [ 11, 17, 21 ]
50-
spring-boot-version: [ 2.6.15, 2.7.17 ]
50+
spring-boot-version: [ 2.7.18 ]
5151

5252
steps:
5353
- uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
java: [ 17, 21 ]
84-
spring-boot-version: [ 3.0.12, 3.1.5, 3.2.0-RC2 ]
84+
spring-boot-version: [ 3.0.13, 3.1.10, 3.2.4, 3.3.0-M3 ]
8585

8686
steps:
8787
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)