Add testing for multiple version from one base version

This commit is contained in:
Stephan Schnabel 2023-07-12 11:20:22 +02:00 committed by Stephan Schnabel
parent ed7b7ef82a
commit 8314d8fab0
4 changed files with 5 additions and 3 deletions

View file

@ -49,6 +49,7 @@ jobs:
version:
- 21.0.2
- 21.1.2
- 22.0.0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
@ -56,4 +57,4 @@ jobs:
distribution: temurin
java-version: 17
cache: maven
- run: mvn $MAVEN_ARGS verify -Dcheck.skip -Dversion.org.keycloak=${{ matrix.version }}
- run: mvn $MAVEN_ARGS verify -Dcheck.skip -Dversion.org.keycloak.test=${{ matrix.version }}