Skip to content

Commit 89716c7

Browse files
committed
Test
1 parent b2da02e commit 89716c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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.
2729
# uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
2830
# with:
2931
# php-version: ${{ matrix.php-version }}
@@ -60,7 +62,7 @@ jobs:
6062
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
6163
tools: composer
6264
ini-values: error_reporting=E_ALL
63-
coverage: pcov
65+
coverage: pcov
6466

6567
- name: Setup problem matchers for PHP
6668
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)