We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f218 commit 6794aa3Copy full SHA for 6794aa3
.github/workflows/test.yaml
@@ -61,8 +61,8 @@ jobs:
61
php vendor/bin/simple-phpunit
62
- name: LiveComponent
63
run: |
64
- php .github/build-packages.php
65
cd src/LiveComponent
+ php ../../.github/build-packages.php
66
composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
67
68
@@ -105,8 +105,8 @@ jobs:
105
106
107
108
109
110
composer config platform.php 7.4.99
111
composer update --prefer-dist --no-interaction --no-ansi --no-progress
112
0 commit comments