Skip to content

Commit 2b97072

Browse files
authored
CI: use development php.ini file (#103)
1 parent 3bd7e59 commit 2b97072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
php-version: 8.2
2222
ini-values: phar.readonly=0
23+
ini-file: development
2324
-
2425
name: Install dependencies
2526
run: composer install --no-progress --prefer-dist --no-interaction
@@ -46,6 +47,7 @@ jobs:
4647
with:
4748
php-version: ${{ matrix.php-version }}
4849
ini-values: phar.readonly=0
50+
ini-file: development
4951
-
5052
name: Update dependencies
5153
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)