Skip to content

Commit 7bf0736

Browse files
committed
Re-enable phplinter
1 parent 246f1ab commit 7bf0736

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,16 @@ jobs:
2424
steps:
2525
- run: echo "Temporary disabled"
2626

27-
# Temporarily disabled bc. of error: "The package "symfony/cache" conflicts with the extension "redis".
28-
# You need to disable it in order to run this application.
29-
# uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
30-
# with:
31-
# php-version: ${{ matrix.php-version }}
27+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
28+
with:
29+
php-version: ${{ matrix.php-version }}
3230

3331
linter:
3432
name: 'Linter'
3533
strategy:
3634
fail-fast: false
3735

38-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.5
36+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
3937
with:
4038
enable_eslinter: false
4139
enable_jsonlinter: true

0 commit comments

Comments
 (0)