Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
backpaper0 committed Nov 22, 2024
1 parent 08452d3 commit 7207222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
java: [ 21, 22 ]
spring-boot-version: [ 3.3.6, 3.4.0 ]
spring-boot-version: [ 3.2.12, 3.3.6, 3.4.0 ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<doma.version>3.1.0</doma.version>
<spring-boot.version>3.2.9</spring-boot.version>
<spring-boot.version>3.2.12</spring-boot.version>
<source-plugin.version>3.3.1</source-plugin.version>
<javadoc-plugin.version>3.11.1</javadoc-plugin.version>
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
Expand Down Expand Up @@ -211,4 +211,4 @@
</snapshots>
</repository>
</repositories>
</project>
</project>

0 comments on commit 7207222

Please sign in to comment.