Skip to content

Commit

Permalink
Merge pull request #216 from domaframework/update-boot-version-matrix
Browse files Browse the repository at this point in the history
Update Spring Boot version matrix in ci.yml
  • Loading branch information
backpaper0 authored Mar 29, 2024
2 parents bd243f1 + df3d6c5 commit 3fd2b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17, 21 ]
spring-boot-version: [ 2.6.15, 2.7.17 ]
spring-boot-version: [ 2.7.18 ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
java: [ 17, 21 ]
spring-boot-version: [ 3.0.12, 3.1.5, 3.2.0-RC2 ]
spring-boot-version: [ 3.0.13, 3.1.10, 3.2.4, 3.3.0-M3 ]

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

0 comments on commit 3fd2b88

Please sign in to comment.