Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for PHP 8.4 and set current stable to 8.1#306

Merged
Ocramius merged 1 commit into
laminas:1.27.xfrom
gsteel:php-8.4
Jul 30, 2024
Merged

Add support for PHP 8.4 and set current stable to 8.1#306
Ocramius merged 1 commit into
laminas:1.27.xfrom
gsteel:php-8.4

Conversation

@gsteel
Copy link
Copy Markdown
Member

@gsteel gsteel commented Jul 30, 2024

No description provided.

@Ocramius
Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gsteel!

@Ocramius Ocramius self-assigned this Jul 30, 2024
@Ocramius Ocramius merged commit 38e146b into laminas:1.27.x Jul 30, 2024
@gsteel gsteel deleted the php-8.4 branch July 30, 2024 17:03
@boesing
Copy link
Copy Markdown
Member

boesing commented Aug 8, 2024

Config schema is lacking the new PHP version as well and that is why check is failing:

"installablePhpVersion": {
"type": "string",
"title": "Installable PHP versions from available from within the container.",
"enum": [
"5.6",
"7.0",
"7.1",
"7.2",
"7.3",
"7.4",
"8.0",
"8.1",
"8.2",
"8.3",
"@default"
]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants