Add testing for multiple version from one base version

This commit is contained in:
Stephan Schnabel 2023-07-12 11:20:22 +02:00
parent cb4f194445
commit ded3da27eb
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
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 }}