We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3184887 commit ebfcef2Copy full SHA for ebfcef2
1 file changed
.github/workflows/php.yml
@@ -21,6 +21,7 @@ jobs:
21
php-version: ['8.3', '8.4', '8.5']
22
23
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.6
24
+ secrets: inherit
25
with:
26
php-version: ${{ matrix.php-version }}
27
@@ -30,6 +31,7 @@ jobs:
30
31
fail-fast: false
32
33
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.6
34
35
36
enable_eslinter: false
37
enable_jsonlinter: true
0 commit comments