Directory

GH Actions: minor tweaks by jrfnl · Pull Request #2424 · WordPress/WordPress-Coding-Standards · GitHub
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

GH Actions: minor tweaks #2424

Merged
merged 2 commits into from
Feb 16, 2024
Merged

GH Actions: minor tweaks #2424

merged 2 commits into from
Feb 16, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Feb 16, 2024

GH Actions: minor tweaks

  • Remove --checkstyle for a lint job which doesn't display with cs2pr.
  • Remove a stray condition.

GH Actions: move code coverage build without MbString to PHP 7.2

PHP 7.2 should be using PHPUnit 8, which doesn't use PHP Parser, so fingers crossed, this should solve the build failure.

* Remove `--checkstyle` for a lint job which doesn't display with `cs2pr`.
* Remove a stray condition.
@jrfnl jrfnl added this to the 3.1.0 milestone Feb 16, 2024
@jrfnl
Copy link
Member Author

jrfnl commented Feb 16, 2024

The test build failure is related to this issue: sebastianbergmann/php-code-coverage#1025.

First thing to try is adding cache warming for PHPUnit 9.3+. If that doesn't work... well, we'll have to have a think about that.

Actually, let's just run that specific build against PHP 7.2. That should be fine.

PHP 7.2 should be using PHPUnit 8, which doesn't use PHP Parser, so _fingers crossed_, this should solve the build failure.
@dingo-d dingo-d merged commit f985e0a into develop Feb 16, 2024
46 checks passed
@dingo-d dingo-d deleted the feature/ghactions-minor-tweaks branch February 16, 2024 08:20
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

3 participants