We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d960b2e commit 1430c3fCopy full SHA for 1430c3f
1 file changed
.github/workflows/php.yml
@@ -22,6 +22,7 @@ jobs:
22
php-version: ['8.5', '8.6']
23
24
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@release-2.x
25
+ secrets: inherit
26
with:
27
php-version: ${{ matrix.php-version }}
28
@@ -31,6 +32,7 @@ jobs:
31
32
fail-fast: false
33
34
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@release-2.x
35
36
37
enable_eslinter: false
38
enable_jsonlinter: true
0 commit comments