Skip to content

Commit

Permalink
GH-248 - Disable builds of event externalization modules for Boot 3.0…
Browse files Browse the repository at this point in the history
… compatibility builds.
  • Loading branch information
odrotbohm committed Sep 8, 2023
1 parent 9a25271 commit f14b746
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration.yaml
Expand Up @@ -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

Expand Down

0 comments on commit f14b746

Please sign in to comment.