Skip to content

Commit

Permalink
👷 set valid php version for circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard authored Apr 27, 2018
1 parent fba47ec commit 30d68e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:
services:
- redis
php:
version: 7.1.0
version: 7.1.9

checkout:
post:
Expand All @@ -28,4 +28,4 @@ test:

general:
artifacts:
- "fails"
- "fails"

0 comments on commit 30d68e1

Please sign in to comment.