Skip to content

Commit

Permalink
downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Aug 10, 2016
1 parent d85ea07 commit 36ed198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

machine:
php:
version: 7.0.7
version: 7.0.4

This comment has been minimized.

Copy link
@phansys

phansys Aug 11, 2016

Member

Why is the downgrade required @cordoval?

This comment has been minimized.

Copy link
@phansys

phansys Aug 11, 2016

Member

Even in Dockerfile, the version for PHP is 7.0.8, which is closest to 7.0.7 than 7.0.4.

This comment has been minimized.

Copy link
@cordoval

cordoval Aug 11, 2016

Author Member

i think this is more of a circleci limitation they decide to move versions and broke it, i just fall back because on there it has at least to have some decent php

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Aug 11, 2016

Contributor

You need to enable ubuntu 14.04 on the settings page to have 7.0.7 working.

This comment has been minimized.

Copy link
@phansys

phansys Aug 11, 2016

Member

@cordoval, please check https://circleci.com/docs/build-image-trusty/#php. See this build of #618 by instance: "set php version to 7.0.7".

This comment has been minimized.

Copy link
@cordoval

cordoval Aug 11, 2016

Author Member

send a PR, this was failing, that is why i downgrading

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Aug 11, 2016

Contributor

send a PR,

Can't. That's only configurable from circle's web interface.

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Aug 11, 2016

Contributor

You need to enable ubuntu 14.04 on the settings page. Those docs you linked only apply to ubuntu 14.04, not 12.04.

This comment has been minimized.

Copy link
@phansys

phansys Aug 11, 2016

Member

Sure @GrahamCampbell, that's why I'm sharing documentation for Trusty image instead of Precise.
@cordoval, I'm attaching a screenshot showing that configuration for the "Build Environment" section: image

This comment has been minimized.

Copy link
@cordoval

cordoval Aug 11, 2016

Author Member

it is done thanks

This comment has been minimized.

Copy link
@phansys

phansys Aug 11, 2016

Member

Excellent! Now you should revert this commit in order to tell Circle CI you want to build on php: 7.0.7.

pre:
- mkdir -p $HOME/docker
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
Expand Down

0 comments on commit 36ed198

Please sign in to comment.