Possible to install a specific version? Or how to now, which version I'll get? #453
-
Sorry, stupid question probably. So currently there's a super breaking change going on with 7.4.18 and 8.0.5:
(things are already in progress of being reverted, so with the release after 7.4.18/8.0.5 we'll be good) Now, I thought I was (too?) clever and tried Still I'm now curious:
Thanks for all your hard work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
For PHP 7.4 and 8.0, you will get the versions which are pre-installed on the images i.e. If you specify the environment variable Test without |
Beta Was this translation helpful? Give feedback.
For PHP 7.4 and 8.0, you will get the versions which are pre-installed on the images i.e.
7.4.16
and8.0.3
. Once the runner images are updated you will get the latest patch versions7.4.18
and8.0.5
.If you specify the environment variable
update: true
then setup-php will update the php on the images to7.4.18
and8.0.5
respectively. This update process now uses cached builds ofppa:ondrej/php
, so should only take a second or two more.Test without
update: true
: https://github.com/shivammathur/test-setup-php/actions/runs/806975891/workflowTest with
update: true
: https://github.com/shivammathur/test-setup-php/actions/runs/806979414/workflow