Require PHP 7
This commit is contained in:
parent
f4d823f1a1
commit
33b77b09b4
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '5.6'
|
||||
php-version: '7.0'
|
||||
|
||||
- name: Create snapshot/nightly
|
||||
if: success()
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"config": {
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "5.6.3"
|
||||
"php": "7.0.33"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
|
|
Loading…
Reference in New Issue