Skip to content

Commit a56b09a

Browse files
committed
GH-976 - Tweak integration builds to use the most recent jMolecules.
1 parent 463fc01 commit a56b09a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- '3.3.7-SNAPSHOT'
1616
- '3.4.0'
1717
- '3.4.1-SNAPSHOT'
18+
jmolcecules:
19+
- '2023.2.1'
20+
- '2025.0.0-RC2'
1821
name: Build against Boot ${{ matrix.version }}
1922
runs-on: ubuntu-latest
2023

@@ -38,4 +41,4 @@ jobs:
3841
run: |
3942
cd spring-modulith-examples
4043
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
41-
../mvnw -B clean verify -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
44+
../mvnw -B clean verify -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} -Djmolecules.version=${{ matrix.jmolecules }}

0 commit comments

Comments
 (0)