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 cca06bf commit fb6b613Copy full SHA for fb6b613
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/php:5.6.37-cli-node-browsers
+ - image: circleci/php:5.6-cli-node-browsers
6
steps:
7
- checkout
8
- run:
.travis.yml
@@ -2,7 +2,7 @@ language:
- php
php:
- - 5.5
+ - 5.6
before_script:
- mkdir -p $HOME/bin
shippable.yml
ci:
0 commit comments