Skip to content

Commit c35363a

Browse files
committed
Enable dev tests
1 parent 1b5bab5 commit c35363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
INRUPT_TEST_REQUEST_METADATA_HEADERS_THAT_PROPAGATE: ${{ secrets.INRUPT_PROD_HEADERS_THAT_PROPAGATE }}
4242

4343
- name: Dev Integration tests
44-
if: ${{ github.actor != 'dependabot[bot]' && matrix.java == 11 }}
44+
if: ${{ github.actor != 'dependabot[bot]' && matrix.java == 17 }}
4545
continue-on-error: true
4646
run: mvn -B -ntp verify -Pci -pl integration/uma,integration/openid
4747
env:

0 commit comments

Comments
 (0)