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 PHP 8.4 to CI Pipeline #93

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Add PHP 8.4 to CI Pipeline #93

merged 1 commit into from
Dec 5, 2024

Conversation

zanbaldwin
Copy link
Member

No description provided.

@zanbaldwin zanbaldwin self-assigned this Dec 4, 2024
@zanbaldwin zanbaldwin force-pushed the feature/php84 branch 2 times, most recently from ba2e40d to aa838b5 Compare December 4, 2024 19:12
steps:
- uses: 'actions/checkout@v2'
- uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php }}'
- run: 'find src/ -type f -name "*.php" -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )'
- run: 'find src/ -type f -name "*.php" -print0 | xargs -0 -n1 -P4 php -d"error_reporting=E_ALL&~E_DEPRECATED" -l -n | (! grep -v "No syntax errors detected" )'
Copy link
Member Author

Choose a reason for hiding this comment

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

Can't not trigger deprecations in 8.4 without removing support for < 7.1

@zanbaldwin zanbaldwin force-pushed the feature/php84 branch 3 times, most recently from b85f9a0 to ae84ab1 Compare December 5, 2024 13:12
@zanbaldwin zanbaldwin merged commit ca44e1f into develop Dec 5, 2024
25 checks passed
@zanbaldwin zanbaldwin deleted the feature/php84 branch December 5, 2024 13:22
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.

1 participant