Php version error for 7.1.0

Hi! I’m trying to generate a pull request on github but as soon as circleci starts building, I’m getting the following error :
"Sorry, we don’t support the version of php you specified."
7.1.0 is not installed in the build image
Action failed: set php version to 7.1.0

The version that I have requested is 7.1.0 & circleci supports it. Please let me know how to resolve this issue.

Can you provide a link to your build?

Hello,

I’m getting the same error. It used to work flawlessly, but started acting up today

This is the link - https://circleci.com/gh/skopes2/Lite/406

Hello,

7.1.0 has been removed from the 1.0 Ubuntu 14.04 image. You can see all of the recent updates in this thread, and the newly available PHP versions.

Thanks for the update.
As for the solution, I changed the php version from 7.1.0 to 7.1.9

Thanks, that worked perfectly for me!