Skip to content

Commit d54400b

Browse files
committed
Merge branch 'refs/heads/github-actions-support-20240625'
2 parents bdbf625 + 818c0dc commit d54400b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
- name: Install Composer dependencies
3131
run: |
3232
if [ "${{ matrix.php-version }}" = "7.2" ]; then
33-
composer require --dev phpunit/phpunit:^8.0
33+
composer require --dev phpunit/phpunit:^8.0 --no-update
3434
fi
35-
composer run-script set-platform
3635
composer install --no-progress --prefer-dist
3736
3837
- name: Run tests

0 commit comments

Comments
 (0)