mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-23 13:45:06 +02:00
Require PHP 7
This commit is contained in:
parent
f4d823f1a1
commit
33b77b09b4
2
.github/workflows/create-snapshot.yml
vendored
2
.github/workflows/create-snapshot.yml
vendored
@ -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…
x
Reference in New Issue
Block a user