Skip to content

Commit 02a6e32

Browse files
authored
Merge pull request #257 from domaframework/update-ci
Update CI
2 parents 8f5c300 + 363f82b commit 02a6e32

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

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

4747
strategy:
4848
matrix:
49-
java: [ 21, 22 ]
50-
spring-boot-version: [ 3.2.9, 3.3.3, 3.4.0-M2 ]
49+
# Latest LTS, latest release
50+
java: [ 21, 23 ]
51+
# OSS support versions
52+
# https://spring.io/projects/spring-boot#support
53+
spring-boot-version: [ 3.3.7, 3.4.1 ]
5154

5255
steps:
5356
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)