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-20 18:14: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
{
Mark PHP 8.3 as stable
2023-11-23 17:12:56 +05:30
"latest"
:
"8.3"
,
"nightly"
:
"8.4"
,
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"
,
Mark PHP 8.3 as stable
2023-11-23 17:12:56 +05:30
"8.x"
:
"8.3"
Add support to specify version in \d.x notation
2021-01-16 11:16:13 +05:30
}
Reference in New Issue
Copy Permalink