Skip to content
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

PHP 8.3 not allowed in options? #2416

Open
chadwells opened this issue Jan 29, 2025 · 2 comments
Open

PHP 8.3 not allowed in options? #2416

chadwells opened this issue Jan 29, 2025 · 2 comments

Comments

@chadwells
Copy link

PHP 8.3 is supported, right? It's not in the allowed choices from phpVersion options...

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" },
    ],
  },
@andrei-dascalu
Copy link

came here to note the same things. PHP 8.3 and 8.4 seem to be missing from list.

@hackel
Copy link
Contributor

hackel commented Feb 17, 2025

Still waiting on #2396.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants