Skip to content

Commit

Permalink
upgrade: spring-boot to 2.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jan 31, 2024
1 parent ee64869 commit 7e6536b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
springboot: [
2.7.16,
2.7.18,
2.6.15,
2.5.15,
2.4.13,
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# step 5
- name: "Codecov"
if: matrix.java == '8' && matrix.springboot == '2.7.11' && (github.ref_name == 'develop' || github.ref_name == 'master')
if: matrix.java == '8' && matrix.springboot == '2.7.18' && (github.ref_name == 'develop' || github.ref_name == 'master')
uses: codecov/codecov-action@v2.1.0

# # job 2
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Spring Boot版本 -->
<spring-boot.version>2.7.13</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>

<!-- 当前模块不执行install和deploy,子模块不会继承此配置。 -->
<maven.easyj.skipInstallAndDeploy>true</maven.easyj.skipInstallAndDeploy>
Expand Down

0 comments on commit 7e6536b

Please sign in to comment.