We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fc28d commit f0b4bb3Copy full SHA for f0b4bb3
.github/workflows/continuous-integration.yml
@@ -89,7 +89,7 @@ jobs:
89
with:
90
php-version: "${{ matrix.php-version }}"
91
coverage: "pcov"
92
- ini-values: "zend.assertions=1"
+ ini-file: "development"
93
extensions: "pdo_sqlite"
94
tools: "flex"
95
.github/workflows/test-dev-stability.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: "shivammathur/setup-php@v2"
36
37
38
39
40
41
0 commit comments