Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
backpaper0 committed Jan 22, 2025
1 parent 8f5c300 commit 363f82b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:

strategy:
matrix:
java: [ 21, 22 ]
spring-boot-version: [ 3.2.9, 3.3.3, 3.4.0-M2 ]
# Latest LTS, latest release
java: [ 21, 23 ]
# OSS support versions
# https://spring.io/projects/spring-boot#support
spring-boot-version: [ 3.3.7, 3.4.1 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 363f82b

Please sign in to comment.