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.3 to CI actions #122

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Add PHP 8.3 to CI actions #122

merged 1 commit into from
Dec 22, 2023

Conversation

vjik
Copy link
Member

@vjik vjik commented Dec 22, 2023

Q A
Is bugfix?
New feature?
Breaks BC?

Copy link

what-the-diff bot commented Dec 22, 2023

PR Summary

  • Removed "Fixed issues" section from PR Template
    The template used to create a new pull request on GitHub no longer contains a "Fixed issues" section. This could make the process of submitting PRs smoother, as developers won't need to fill in this section anymore.

  • Increased open pull requests limit
    The open pull requests threshold for GitHub Actions has been raised in the CI/CD pipeline settings (dependabot.yml), allowing more simultaneous PRs to be processed.

  • Updated Workflow with Latest PHP Versions and File Ignore
    Multiple workflow files including bc.yml, build.yml, composer-require-checker.yml, mutation.yml, rector.yml, static.yml have been updated. They now work with newer PHP versions (8.1, 8.2, and 8.3), ensuring that our code maintains compatibility with these updated versions. Additionally, certain files have been marked to be ignored in the push and pull_request triggers, which can help us focus on the most impactful changes.

@vjik vjik merged commit 4cc04ce into master Dec 22, 2023
21 of 22 checks passed
@vjik vjik deleted the test branch December 22, 2023 07:28
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