Changeset 58166 for branches/6.5/.github/workflows/phpunit-tests.yml
- Timestamp:
- 05/17/2024 06:12:02 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5/.github/workflows/phpunit-tests.yml
r57379 r58166 32 32 33 33 jobs: 34 #35 34 # Creates a PHPUnit test job for each PHP/MySQL combination. 36 #37 35 test-with-mysql: 38 36 name: PHP ${{ matrix.php }} 39 uses: WordPress/wordpress-develop/.github/workflows/ phpunit-tests-run.yml@trunk37 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk 40 38 permissions: 41 39 contents: read … … 84 82 report: ${{ matrix.report || false }} 85 83 86 #87 84 # Creates a PHPUnit test job for each PHP/MariaDB combination. 88 #89 85 test-with-mariadb: 90 86 name: PHP ${{ matrix.php }} 91 uses: WordPress/wordpress-develop/.github/workflows/ phpunit-tests-run.yml@trunk87 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk 92 88 permissions: 93 89 contents: read
Note: See TracChangeset
for help on using the changeset viewer.