shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.91k stars 340 forks source link

PHP 8.4 #762

Closed sebastianbergmann closed 1 year ago

sebastianbergmann commented 1 year ago

The PHP-8.3 branch has been created for PHP 8.3, meaning that master is now what will become PHP 8.4. It would be great if we were able to use 8.3 to reference nightly builds (until PHP 8.3.0 has been released, of course) of PHP 8.3 and 8.4 to reference nightly builds of PHP 8.4.

shivammathur commented 1 year ago

@sebastianbergmann

In php-version input 8.4 should work now and install a build from the master branch, 8.3 will now install a build from the PHP-8.3 branch of php/php-src.