Skip to content

Commit

Permalink
添加springboot3.2.0的CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 5, 2023
1 parent 5fb53f0 commit 757a801
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
springboot: [
2.7.17 -Dspring-framework.version=5.3.30,
2.7.18 -Dspring-framework.version=5.3.31,
2.6.15 -Dspring-framework.version=5.3.27,
2.5.15 -Dspring-framework.version=5.3.27,
2.4.13 -Dspring-framework.version=5.3.13,
Expand Down Expand Up @@ -61,8 +61,9 @@ jobs:
matrix:
java: [ 17, 21 ]
springboot: [
3.1.4 -Dspring-framework.version=6.0.12,
3.0.11 -Dspring-framework.version=6.0.12,
3.2.0 -Dspring-framework.version=6.1.1,
3.1.6 -Dspring-framework.version=6.0.14,
3.0.13 -Dspring-framework.version=6.0.14,
]
steps:
# step 1
Expand Down

0 comments on commit 757a801

Please sign in to comment.