Changeset 58276 for branches/6.4/.github/workflows/phpunit-tests.yml
- Timestamp:
- 05/31/2024 07:23:44 PM (10 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
- Property svn:mergeinfo changed
/trunk merged: 57124-57125,57249,57918,58157
- Property svn:mergeinfo changed
-
branches/6.4/.github/workflows/phpunit-tests.yml
r57002 r58276 32 32 33 33 jobs: 34 #35 34 # Creates a PHPUnit test job for each PHP/MySQL combination. 36 35 # 37 36 test-with-mysql: 38 37 name: PHP ${{ matrix.php }} 39 uses: WordPress/wordpress-develop/.github/workflows/ phpunit-tests-run.yml@trunk38 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk 40 39 permissions: 41 40 contents: read … … 89 88 test-with-mariadb: 90 89 name: PHP ${{ matrix.php }} 91 uses: WordPress/wordpress-develop/.github/workflows/ phpunit-tests-run.yml@trunk90 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk 92 91 permissions: 93 92 contents: read … … 162 161 steps: 163 162 - name: Dispatch workflow run 164 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1163 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 165 164 with: 166 165 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.