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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: do not allow tests to fail for select PHP 8.1 test runs #3181

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 5, 2022

馃憠馃徎 This PR is part of a series of PRs to get the builds passing on PHP 8.1 (to prevent having to also allow failures on PHP 8.2, even when the PHP 8.2 issues are fixed (for a certain definition of "fixed")).


The tests being run in these particular test groups are passing on PHP 8.1, however, the test runs are still allowed to "continue on error".

This creates the risk that new PHP 8.1 incompatibilities will be introduced without anyone noticing.

By no longer allowing these test runs to "continue on error", that risk is removed.

Trac ticket: https://core.trac.wordpress.org/ticket/55656
Trac ticket: https://core.trac.wordpress.org/ticket/55652


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

The tests being run in these particular test groups are passing on PHP 8.1, however, the test runs are still allowed to "continue on error".

This creates the risk that new PHP 8.1 incompatibilities will be introduced without anyone noticing.

By no longer allowing these test runs to "continue on error", that risk is removed.
@SergeyBiryukov
Copy link
Member

Thanks for the PR! Merged in r54072.

@jrfnl
Copy link
Member Author

jrfnl commented Sep 5, 2022

Thanks for the quick merge @SergeyBiryukov !

@jrfnl jrfnl deleted the trac-55656/ghactions-dont-continue-on-error-when-not-needed branch September 5, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants