Skip to content

Commit

Permalink
Cant use run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent 6b1191c commit b6d863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: composer validate

- name: Clear platform php configuration in case we need to update phpunit
run: composer config --unset platform.php
run: composer config --unset platform.php && composer config platform-check false

- name: Update phpunit if dependencies are locked in case phpunit version in lock file is not compatible
if: matrix.dependencies == 'locked'
Expand Down

0 comments on commit b6d863f

Please sign in to comment.