setup-php/src/configs/php-versions.json

10 lines
129 B
JSON
Raw Normal View History

{
"lowest": "8.1",
"highest": "8.4",
"latest": "8.4",
"nightly": "8.5",
"5.x": "5.6",
"7.x": "7.4",
"8.x": "8.4"
}