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.2 to GH actions config #964

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Add PHP 8.2 to GH actions config #964

merged 1 commit into from
Nov 6, 2023

Conversation

pierredup
Copy link
Member

No description provided.

Copy link

what-the-diff bot commented Nov 6, 2023

PR Summary

  • Updated CI/CD Workflow Trigger
    The event that initiates our continuous integration/continuous deployment (CI/CD) workflow has been updated. Now, any pushes to the "1.7.x" branch will trigger this workflow instead of the old "1.6.x" branch. This update ensures that our workflow reflects our latest production code.

  • Expanded PHP Version Support for Linting Job
    The code linting job, which checks our code for errors, now includes the new PHP version "8.2". This addition aids in keeping our code compatible with recent PHP versions and increases our chances of catching potential issues early.

  • Broaden PHP Version Scope for Unit Tests
    The job responsible for running unit tests, small tests that check individual parts of our code, has been updated to support both "7.4" and "8.0" PHP versions. This expansion ensures that our code stays robust and functions as intended across multiple PHP environments.

@pierredup pierredup merged commit d8def22 into 1.7.x Nov 6, 2023
10 checks passed
@pierredup pierredup deleted the php-8.2 branch November 6, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant