Skip to content

Commit dc8a3c1

Browse files
committed
Fix CI pipeline for php8 low deps
Run .github/build-packages.php to add link to local version of TwigComponents (to fix LiveComponent tests)
1 parent 0a44928 commit dc8a3c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
with:
111111
php-version: '8.0'
112112

113+
- name: Install root Dependencies
114+
uses: ramsey/composer-install@v2
115+
116+
- run: php .github/build-packages.php
117+
113118
- name: TwigComponent Dependencies
114119
uses: ramsey/composer-install@v2
115120
with:

0 commit comments

Comments
 (0)