Skip to content

Commit

Permalink
Merge pull request #18830 from anjuchamantha/master
Browse files Browse the repository at this point in the history
[FAPI Conformance] Use java-17 for fapi conformance guthub action
  • Loading branch information
Thumimku authored Jan 8, 2024
2 parents f4fde33 + 3f5d836 commit 0bff67e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fapi-oidc-conformance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ jobs:
cd ./product-is/oidc-fapi-conformance-tests
python3 ./configure_is_fapi.py ../../$PRODUCT_IS_ZIP
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: temurin

- name: Start Conformance Suite server
run: |
DOCKER_COMPOSE_FILE=./docker-compose.yml
Expand Down

0 comments on commit 0bff67e

Please sign in to comment.