We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f6173 commit be9c808Copy full SHA for be9c808
.gitlab-ci.yml
@@ -1,11 +1,6 @@
1
before_script:
2
- bash <(curl -s https://assets.icircle.xyz/gitlab-ci/v0.1.1/docker_install.sh)
3
4
-test_5.4:
5
- image : phpplatform/php-apache-xdebug-composer:5.4
6
- script :
7
- - ./vendor/bin/phpunit -c phpunit.xml
8
-
9
test_5.5:
10
image : phpplatform/php-apache-xdebug-composer:5.5
11
script :
composer.json
@@ -20,7 +20,7 @@
20
"bin/build-restful"
21
],
22
"require" : {
23
- "php" : ">=5.4",
+ "php" : ">=5.5",
24
"php-platform/config" : "~0.1",
25
"php-platform/session" : "~0.1",
26
"php-platform/annotations" : "~0.1"
0 commit comments