diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8332a4f3..e9fc7470 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,12 @@ jobs: integration: strategy: matrix: - version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3', '3.1.4-SNAPSHOT', '3.2.0-SNAPSHOT'] + version: + - "3.0.10 -pl '!:spring-modulith-events-amqp,!:spring-modulith-events-jms,!:spring-modulith-events-kafka,!:spring-modulith-example-kafka'" + - "3.0.11-SNAPSHOT -pl '!:spring-modulith-events-amqp,!:spring-modulith-events-jms,!:spring-modulith-events-kafka,!:spring-modulith-example-kafka'" + - '3.1.3' + - '3.1.4-SNAPSHOT' + - '3.2.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest