Skip to content

Commit 18eaca6

Browse files
committed
Update PHP minimum version to 8.0 and dependencies to latest compatible version
1 parent 9d992db commit 18eaca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
php-version: ${{ matrix.php-versions }}
2525
extensions: intl, fileinfo, xdebug, zip #optional
26+
ini-file: development
2627
ini-values: "post_max_size=256M, xdebug.mode=coverage" #optional
2728
- name: Check PHP Version
2829
run: php -v

0 commit comments

Comments
 (0)