Skip to content

Commit 8c3fbec

Browse files
committed
Config composer platform to php7.3
1 parent 3561440 commit 8c3fbec

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
php-version: ${{ matrix.php-versions }}
2222
extensions: mbstring, intl
23-
ini-values: post_max_size=256M, max_execution_time=180
2423
coverage: xdebug
2524

2625
- name: Validate composer.json and composer.lock

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
},
6161
"config": {
6262
"sort-packages": true,
63-
"process-timeout": 0
63+
"process-timeout": 0,
64+
"platform": {
65+
"php": "7.3.0"
66+
}
6467
}
6568
}

composer.lock

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)