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

[FRAME-178]: QA Simplification #89

Merged
merged 28 commits into from
Oct 16, 2023
Merged

[FRAME-178]: QA Simplification #89

merged 28 commits into from
Oct 16, 2023

Conversation

tarecord
Copy link
Contributor

@tarecord tarecord commented Oct 2, 2023

No description provided.

@tarecord tarecord marked this pull request as ready for review October 4, 2023 20:54
Copy link
Contributor

@ChrisMKindred ChrisMKindred 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

@@ -58,6 +58,7 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/..
${SLIC_BIN} here
${SLIC_BIN} php-version set 8.2 --skip-rebuild
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the PHP version that is running in slic right? I realize that everything should work on all PHP versions but wouldn't we want to run the tests against the minimum supported version instead of the most recent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When I updated wp-browser to fix the WP-CLI issue we've talked about before, the new version requires PHP >= 8.

Even before this though, Slic was using 7.4 to test, and we handled the compatibility checking with PHPCS. I don't think this exposes us to introducing incompatibilities, but it does help us handle newer versions of PHP.

@tarecord tarecord merged commit f0991c1 into develop Oct 16, 2023
10 checks passed
@tarecord tarecord deleted the feature/qa-simplification branch October 16, 2023 15:26
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.

2 participants