Add testing for multiple version from one base version
This commit is contained in:
parent
ed7b7ef82a
commit
8314d8fab0
4 changed files with 5 additions and 3 deletions
3
.github/workflows/pr.yaml
vendored
3
.github/workflows/pr.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue