File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 #
3737 test-with-mysql :
3838 name : PHP ${{ matrix.php }}
39- uses : WordPress /wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
39+ uses : costdev /wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@add-html5lib-tests-to-phpunit-workflows
4040 permissions :
4141 contents : read
4242 secrets : inherit
5151 tests-domain : [ 'example.org' ]
5252 multisite : [ false, true ]
5353 memcached : [ false ]
54+ html5lib-tests : [ false ]
5455
5556 include :
5657 # Include jobs for PHP 7.4 with memcached.
@@ -135,6 +136,7 @@ jobs:
135136 db-version : ${{ matrix.db-version }}
136137 multisite : ${{ matrix.multisite }}
137138 memcached : ${{ matrix.memcached }}
139+ html5lib-tests : ${{ matrix.html5lib-tests }}
138140 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
139141 tests-domain : ${{ matrix.tests-domain }}
140142 report : ${{ matrix.report || false }}
You can’t perform that action at this time.
0 commit comments