Skip to content

Commit 36d30c8

Browse files
committed
GH-1453 - Fix compatibility builds for 1.x branches.
Remove forwarding of Spring Framework version that's not configured anywhere.
1 parent 74b3b87 commit 36d30c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: |
5252
cd spring-modulith-examples
5353
../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.boot }}
54-
../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.boot }} -Dspring-framework.version=${{ matrix.framework }} -Djmolecules.version=${{ matrix.jmolecules }}
54+
../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.boot }} -Djmolecules.version=${{ matrix.jmolecules }}

0 commit comments

Comments
 (0)