woocommerce/.github/workflows
Nestor Soriano 0ae984e6cc
Fix unit tests failing in PHP 8 in CI
The problem was that PHP 8 requires setting up a different version of
PHPUnit, and after doing that two versions were in place, one in
'vendor/phpunit' and another one in 'bin/composer/phpunit'; the
autoloader was picking the former but it should pick the later.
2021-08-24 15:36:06 +02:00
..
scripts Refactor the PR post-merge processing GitHub action 2021-08-03 11:33:33 +02:00
build-release-zip-file.yml Add a GitHub action to manually trigger the generation of a release zip file 2021-04-16 13:06:49 +02:00
build-release.yml Update code reference after release build is done 2021-03-12 23:17:27 -03:00
ci.yml Fix unit tests failing in PHP 8 in CI 2021-08-24 15:36:06 +02:00
nightly-builds.yml Stop nightly builds in forks. 2021-03-15 21:44:01 -03:00
pr-build-and-e2e-tests.yml unpin WP version in E2E test run 2021-03-15 13:43:15 -03:00
pr-code-coverage.yml Fixed Codecov integration and moved into a new step 2021-03-13 22:08:46 -03:00
pr-code-sniff.yml Fixed PHPCS run and added cs2pr support 2021-03-13 21:01:21 -03:00
pr-unit-tests.yml Fix unit tests failing in PHP 8 in CI 2021-08-24 15:36:06 +02:00
pull-request-post-merge-processing.yml Refactor the PR post-merge processing GitHub action 2021-08-03 11:33:33 +02:00
smoke-test-daily.yml Added default timeout override 2021-08-12 16:05:55 -06:00
smoke-test-release.yml Added default timeout override 2021-08-12 16:05:55 -06:00
stalebot.yml filter out enhancement requests from stalebot 2021-08-09 12:42:26 -03:00
update-feedback-labels.yml update remove stale on comment (#29882) 2021-05-13 14:25:14 +02:00