We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4728471 + e6d4120 commit b03e8dcCopy full SHA for b03e8dc
.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