We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHP 8.3 is supported, right? It's not in the allowed choices from phpVersion options...
phpVersion
phpVersion: { since: "0.13.0", category: CATEGORY_PHP, type: "choice", default: "7.0", description: "Minimum target PHP version.", choices: [ { value: "5.0" }, { value: "5.1" }, { value: "5.2" }, { value: "5.3" }, { value: "5.4" }, { value: "5.5" }, { value: "5.6" }, { value: "7.0" }, { value: "7.1" }, { value: "7.2" }, { value: "7.3" }, { value: "7.4" }, { value: "8.0" }, { value: "8.1" }, { value: "8.2" }, ], },
The text was updated successfully, but these errors were encountered:
came here to note the same things. PHP 8.3 and 8.4 seem to be missing from list.
Sorry, something went wrong.
Still waiting on #2396.
No branches or pull requests
PHP 8.3 is supported, right? It's not in the allowed choices from
phpVersion
options...The text was updated successfully, but these errors were encountered: