Skip to content

Commit

Permalink
removing support for php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Raaghu committed Apr 15, 2018
1 parent d8f6173 commit be9c808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
before_script:
- bash <(curl -s https://assets.icircle.xyz/gitlab-ci/v0.1.1/docker_install.sh)

test_5.4:
image : phpplatform/php-apache-xdebug-composer:5.4
script :
- ./vendor/bin/phpunit -c phpunit.xml

test_5.5:
image : phpplatform/php-apache-xdebug-composer:5.5
script :
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bin/build-restful"
],
"require" : {
"php" : ">=5.4",
"php" : ">=5.5",
"php-platform/config" : "~0.1",
"php-platform/session" : "~0.1",
"php-platform/annotations" : "~0.1"
Expand Down

0 comments on commit be9c808

Please sign in to comment.