GH-950 - Upgrade to jMolecules 2023.2.0.
Also set up integration builds to build against jMolecules 2025.0 RC1.
This commit is contained in:
12
.github/workflows/integration.yaml
vendored
12
.github/workflows/integration.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user