This website requires JavaScript.
Explore
Sign In
actions
/
setup-php
Watch
1
Star
0
Fork
0
You've already forked setup-php
mirror of
https://github.com/shivammathur/setup-php.git
synced
2025-04-21 02:24:16 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
setup-php
/
src
/
configs
/
php-versions.json
7 lines
89 B
JSON
Raw
Normal View
History
Unescape
Escape
Add support to specify version in \d.x notation
2021-01-16 11:16:13 +05:30
{
PHP 8.1 is now stable and marked as default version
2021-11-25 17:34:13 +05:30
"latest"
:
"8.1"
,
Add support for nightly alias
2021-09-06 11:58:31 +05:30
"nightly"
:
"8.2"
,
Add support to specify version in \d.x notation
2021-01-16 11:16:13 +05:30
"5.x"
:
"5.6"
,
"7.x"
:
"7.4"
,
PHP 8.1 is now stable and marked as default version
2021-11-25 17:34:13 +05:30
"8.x"
:
"8.1"
Add support to specify version in \d.x notation
2021-01-16 11:16:13 +05:30
}
Reference in New Issue
Copy Permalink