Skip to content

Commit be9c808

Browse files
committed
removing support for php 5.4
1 parent d8f6173 commit be9c808

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
before_script:
22
- bash <(curl -s https://assets.icircle.xyz/gitlab-ci/v0.1.1/docker_install.sh)
33

4-
test_5.4:
5-
image : phpplatform/php-apache-xdebug-composer:5.4
6-
script :
7-
- ./vendor/bin/phpunit -c phpunit.xml
8-
94
test_5.5:
105
image : phpplatform/php-apache-xdebug-composer:5.5
116
script :

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bin/build-restful"
2121
],
2222
"require" : {
23-
"php" : ">=5.4",
23+
"php" : ">=5.5",
2424
"php-platform/config" : "~0.1",
2525
"php-platform/session" : "~0.1",
2626
"php-platform/annotations" : "~0.1"

0 commit comments

Comments
 (0)