We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463fc01 commit a56b09aCopy full SHA for a56b09a
.github/workflows/integration.yaml
@@ -15,6 +15,9 @@ jobs:
15
- '3.3.7-SNAPSHOT'
16
- '3.4.0'
17
- '3.4.1-SNAPSHOT'
18
+ jmolcecules:
19
+ - '2023.2.1'
20
+ - '2025.0.0-RC2'
21
name: Build against Boot ${{ matrix.version }}
22
runs-on: ubuntu-latest
23
@@ -38,4 +41,4 @@ jobs:
38
41
run: |
39
42
cd spring-modulith-examples
40
43
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
- ../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