-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow installation of PHP 8 #104
Comments
Working on this currently. |
uses: shivammathur/setup-php@v1
with:
php-version: '8.0' This will now setup a nightly build opcache.jit_buffer_size = 256M
opcache.jit = 1235
pcre.jit = 1 |
Awesome, thank you! |
@shivammathur Thank you! We (and by that I mean @localheinz) we use this ASAP for PHPUnit's CI pipeline(s). |
Sorry to bother you, but we've just tried it out in sebastianbergmann/phpunit#3979: looks like PHP 7.3.12 is used:
Are we doing it wrong, or are we too early? |
@localheinz php-version:
- '7.3'
- '7.4'
- '8.0' |
Is your feature request related to a problem? Please describe.
It would be nice to be able to install PHP 8 (https://github.com/php/php-src/tree/master).
Describe the solution you'd like
Add version alias
master
or similar, which allowed installing PHP 8 (https://github.com/php/php-src/tree/master).Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: