When will PHP v8.1.10 be available? #644
-
When will we get PHP v8.1.10? This version has has been out for over two weeks at this point and it fixes a memory leak that we need to address some issues in our CI pipeline. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It was only built 2 days ago in If you want it now, please specify - name: Setup PHP with latest versions
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
env:
update: true https://github.com/shivammathur/setup-php#force-update-setup |
Beta Was this translation helpful? Give feedback.
It was only built 2 days ago in
ppa:ondrej/php
which is used for ubuntu builds.https://launchpad.net/~ondrej/+archive/ubuntu/php/+index?batch=75&direction=backwards&start=225
so it will be there in the next GitHub action images.
If you want it now, please specify
update
environment variable astrue
in yoursetup-php
step.https://github.com/shivammathur/setup-php#force-update-setup