Skip to content

Commit d8d751d

Browse files
committed
Try only updating PHPUnit for PHP 8.5
1 parent 7da7200 commit d8d751d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-unit-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
composer-options: '--prefer-dist --no-progress --no-interaction --no-scripts'
139139

140140
- name: Update PHPUnit
141-
if: ${{ matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4' || matrix.php == 'nightly' }}
141+
if: ${{ matrix.php == 'nightly' }}
142142
run: |
143143
echo "Installing latest version of PHPUnit"
144144
composer update --ignore-platform-reqs --no-interaction --no-scripts yoast/phpunit-polyfills --with-dependencies

0 commit comments

Comments
 (0)