Skip to content

Commit

Permalink
[FAPI] build IS from java11 and use java17 for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
anjuchamantha committed Jan 8, 2024
1 parent 6dc3f38 commit 3f5d836
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/fapi-oidc-conformance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
with:
path: './product-is'

- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 17
distribution: temurin
java-version: 11.0.18+10

- name: Setup Python
run: |
Expand Down Expand Up @@ -178,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 3f5d836

Please sign in to comment.