Skip to content

Commit 7a03386

Browse files
authoredApr 27, 2018
👷 set valid php version for circle.yml
1 parent 64d8f7a commit 7a03386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ machine:
77
services:
88
- redis
99
php:
10-
version: 7.1.0
10+
version: 7.1.9
1111

1212
checkout:
1313
post:
@@ -28,4 +28,4 @@ test:
2828

2929
general:
3030
artifacts:
31-
- "fails"
31+
- "fails"

0 commit comments

Comments
 (0)
Please sign in to comment.