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

Use Rust FFI #1: Drop PHP 7.4, test PHP 8.2 #278

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

tienvx
Copy link
Contributor

@tienvx tienvx commented Dec 14, 2022

This is my first pull request in a series of "small" pull requests I split from #210

@@ -13,23 +13,23 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '8.0', '8.1' ]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't include PHP 8.2 because PHP CS FIXER doesn't have a new release that support PHP 8.2 yet.

Do we need to check coding standards for every PHP versions?

How about only run it on latest supported PHP version only? In this case only PHP 8.1?

@tienvx tienvx changed the title Drop PHP 7.4, test PHP 8.2 Use Rust FFI #1: Drop PHP 7.4, test PHP 8.2 Dec 14, 2022
Copy link
Collaborator

@Lewiscowles1986 Lewiscowles1986 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@cfmack cfmack merged commit a7f52b2 into pact-foundation:master Jan 11, 2023
@tienvx tienvx deleted the update-php branch January 11, 2023 02:44
@YOU54F YOU54F mentioned this pull request Jul 12, 2023
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.

3 participants