GH-354 - Upgrade to Spring Boot 3.2 RC2.

Also, let only examples run on integration versions.
This commit is contained in:
Oliver Drotbohm
2023-11-03 08:17:30 +01:00
parent 40ab6cecfc
commit 72e33fca5f
3 changed files with 8 additions and 5 deletions

View File

@@ -33,4 +33,7 @@ jobs:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
run: |
cd spring-modulith-examples
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}