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

Add support for PHP 8.4 #10928

Draft
wants to merge 1 commit into
base: 5.x
Choose a base branch
from
Draft

Add support for PHP 8.4 #10928

wants to merge 1 commit into from

Conversation

GromNaN
Copy link
Contributor

@GromNaN GromNaN commented Apr 29, 2024

@GromNaN GromNaN force-pushed the php84 branch 6 times, most recently from 5d5044d to 6c0daee Compare April 29, 2024 18:56
Comment on lines +129 to +131
#- "8.1"
#- "8.2"
#- "8.3"
Copy link
Contributor Author

@GromNaN GromNaN Apr 29, 2024

Choose a reason for hiding this comment

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

Temporary to prevent running too many jobs while testing PHP 8.4

Suggested change
#- "8.1"
#- "8.2"
#- "8.3"
- "8.1"
- "8.2"
- "8.3"

Comment on lines -26 to +27
echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT
echo "files_cache=$(composer config cache-files-dir -q | grep '.cache/composer')" >> $GITHUB_OUTPUT
echo "vcs_cache=$(composer config cache-vcs-dir -q | grep '.cache/composer')" >> $GITHUB_OUTPUT
Copy link
Contributor

Choose a reason for hiding this comment

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

Try using this high quality action: https://github.com/ramsey/composer-install

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the suggestion. Would you like to open a PR to change only this part?

Copy link
Contributor

Choose a reason for hiding this comment

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

All right.
That will cost you One Million Dollars.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It didn't seem that complex. But you're the expert.

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

Successfully merging this pull request may close these issues.

None yet

2 participants