Skip to content

Commit

Permalink
Merge pull request #197 from domaframework/spring-boot-3_2_rc2
Browse files Browse the repository at this point in the history
Add Spring Boot 3.2.0 RC2 to CI job
  • Loading branch information
backpaper0 authored Nov 11, 2023
2 parents 297aaca + ac1b4d9 commit d06c1c9
Show file tree
Hide file tree
Showing 2 changed files with 6 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.16 ]
spring-boot-version: [ 2.6.15, 2.7.17 ]

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

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions doma-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<module>doma-spring-boot-sample-two-datasource</module>
</modules>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<profiles>
<profile>
<id>backward-compatible</id>
Expand Down

0 comments on commit d06c1c9

Please sign in to comment.