We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ddd5d3 + f04d6a4 commit 8057d07Copy full SHA for 8057d07
1 file changed
.github/workflows/php.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
php-version: ['8.1', '8.2', '8.3', '8.4']
23
24
- uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.3
+ uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.4
25
with:
26
php-version: ${{ matrix.php-version }}
27
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
fail-fast: false
32
33
- uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.3
+ uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.4
34
35
enable_eslinter: false
36
enable_jsonlinter: true
0 commit comments