Skip to content

When will PHP v8.1.10 be available? #644

Answered by shivammathur
PHLAK asked this question in Q&A / Help
Discussion options

You must be logged in to vote

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 as true in your setup-php step.

- 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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PHLAK
Comment options

Answer selected by shivammathur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants