Skip to content

Commit

Permalink
struggle
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 4, 2024
1 parent 84f04f7 commit 9b397bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
- name: Clear platform php configuration in case we need to update phpunit
run: composer config --unset platform.php

# - name: Update phpunit if dependencies are locked in case phpunit version in lock file is not compatible
# if: matrix.dependencies == 'locked'
# run: |
# composer install --no-ansi --no-interaction --no-progress
- name: Update phpunit if dependencies are locked in case phpunit version in lock file is not compatible
if: matrix.dependencies == 'locked'
run: |
composer install --no-ansi --no-interaction --no-progress
# composer update --no-ansi --no-interaction --no-progress phpunit/phpunit --with-all-dependencies

- name: Install lowest dependencies with composer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"patchwork/jsqueeze": "^2",
"pear/archive_tar": "^1.4.4",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^7.5.20 || ^8",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"yoast/phpunit-polyfills": "^0.2.0"
},
"scripts": {
Expand Down

0 comments on commit 9b397bc

Please sign in to comment.