We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5bab5 commit c35363aCopy full SHA for c35363a
.github/workflows/ci-config.yml
@@ -41,7 +41,7 @@ jobs:
41
INRUPT_TEST_REQUEST_METADATA_HEADERS_THAT_PROPAGATE: ${{ secrets.INRUPT_PROD_HEADERS_THAT_PROPAGATE }}
42
43
- name: Dev Integration tests
44
- if: ${{ github.actor != 'dependabot[bot]' && matrix.java == 11 }}
+ if: ${{ github.actor != 'dependabot[bot]' && matrix.java == 17 }}
45
continue-on-error: true
46
run: mvn -B -ntp verify -Pci -pl integration/uma,integration/openid
47
env:
0 commit comments