diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 53dae4bd..37e73f74 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -9,13 +9,17 @@ jobs:
integration:
strategy:
matrix:
- version:
+ boot:
- '3.2.11'
- '3.2.12-SNAPSHOT'
- '3.3.5'
- '3.3.6-SNAPSHOT'
- '3.4.0-SNAPSHOT'
- name: Build against Boot ${{ matrix.version }}
+ jmolecules:
+ - '2023.2.0'
+ - '2025.0.0-RC1'
+
+ name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
runs-on: ubuntu-latest
steps:
@@ -37,5 +41,5 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: |
cd spring-modulith-examples
- ../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.version }}
- ../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.version }}
+ ../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.boot }}
+ ../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.boot }} -Djmolecules.version=${{ matrix.jmolecules }}
diff --git a/pom.xml b/pom.xml
index 109eb6f3..ef02b0fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
4.16.1
7.0.0.202409031743-r
1.5.2
- 2023.1.7
+ 2023.2.0
UTF-8
UTF-8
3.4.0-RC1
diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml
index 723e518f..0b0f6c7d 100644
--- a/spring-modulith-examples/pom.xml
+++ b/spring-modulith-examples/pom.xml
@@ -25,7 +25,7 @@
17
- 2023.1.7
+ 2023.2.0