File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 9
9
integration :
10
10
strategy :
11
11
matrix :
12
- version :
12
+ boot :
13
13
- ' 3.2.11'
14
14
- ' 3.2.12-SNAPSHOT'
15
15
- ' 3.3.5'
16
16
- ' 3.3.6-SNAPSHOT'
17
17
- ' 3.4.0-SNAPSHOT'
18
- name : Build against Boot ${{ matrix.version }}
18
+ jmolecules :
19
+ - ' 2023.2.0'
20
+ - ' 2025.0.0-RC1'
21
+
22
+ name : Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
19
23
runs-on : ubuntu-latest
20
24
21
25
steps :
37
41
DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
38
42
run : |
39
43
cd spring-modulith-examples
40
- ../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.version }}
41
- ../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.version }}
44
+ ../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.boot }}
45
+ ../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.boot }} -Djmolecules. version=${{ matrix.jmolecules }}
Original file line number Diff line number Diff line change 40
40
<flapdoodle-mongodb .version>4.16.1</flapdoodle-mongodb .version>
41
41
<jgit .version>7.0.0.202409031743-r</jgit .version>
42
42
<jgrapht .version>1.5.2</jgrapht .version>
43
- <jmolecules-bom .version>2023.1.7 </jmolecules-bom .version>
43
+ <jmolecules-bom .version>2023.2.0 </jmolecules-bom .version>
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
45
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
46
46
<spring-boot .version>3.4.0-RC1</spring-boot .version>
Original file line number Diff line number Diff line change 25
25
26
26
<properties >
27
27
<java .version>17</java .version>
28
- <jmolecules .version>2023.1.7 </jmolecules .version>
28
+ <jmolecules .version>2023.2.0 </jmolecules .version>
29
29
</properties >
30
30
31
31
<profiles >
You can’t perform that action at this time.
0 commit comments