Skip to content

Commit fb6b613

Browse files
committed
switched to PHP 5.6
1 parent cca06bf commit fb6b613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/php:5.6.37-cli-node-browsers
5+
- image: circleci/php:5.6-cli-node-browsers
66
steps:
77
- checkout
88
- run:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language:
22
- php
33

44
php:
5-
- 5.5
5+
- 5.6
66

77
before_script:
88
- mkdir -p $HOME/bin

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language:
22
- php
33

44
php:
5-
- 5.5
5+
- 5.6
66

77
build:
88
ci:

0 commit comments

Comments
 (0)