Skip to content

Commit 14bd3f9

Browse files
authored
set composer root (#69)
This was failing CI because the plugin is now required by `pestphp/pest`.
1 parent 36a3df5 commit 14bd3f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
coverage: none
2424

2525
- name: Install Dependencies
26+
env:
27+
COMPOSER_ROOT_VERSION: 4.x-dev
2628
run: composer update --prefer-stable --no-interaction --no-progress --ansi
2729

2830
- name: Style

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3232
3333
- name: Install PHP dependencies
34+
env:
35+
COMPOSER_ROOT_VERSION: 4.x-dev
3436
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
3537

3638
- name: Unit Tests

0 commit comments

Comments
 (0)