Skip to content

Commit f0b4bb3

Browse files
committed
Use the development file
This is similar to doctrine/.github#67
1 parent 58fc28d commit f0b4bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
php-version: "${{ matrix.php-version }}"
9191
coverage: "pcov"
92-
ini-values: "zend.assertions=1"
92+
ini-file: "development"
9393
extensions: "pdo_sqlite"
9494
tools: "flex"
9595

.github/workflows/test-dev-stability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: "shivammathur/setup-php@v2"
3636
with:
3737
php-version: "${{ matrix.php-version }}"
38-
ini-values: "zend.assertions=1"
38+
ini-file: "development"
3939
extensions: "pdo_sqlite"
4040
tools: "flex"
4141

0 commit comments

Comments
 (0)