Fix tests config

This commit is contained in:
Fabien Potencier
2024-02-05 16:10:51 +01:00
parent d3b5922620
commit 84bb846172
+1 -1
View File
@@ -119,7 +119,7 @@ jobs:
run: vendor/bin/simple-phpunit --version
- name: "Composer install ${{ matrix.extension}}"
working-directory: ${{ matrix.extension}}
working-directory: extra/${{ matrix.extension}}
run: composer install
- name: "Switch use_yield to true"