Skip to content

Commit 345bf8f

Browse files
committed
minor #1350 Fix GitHub CI (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Fix GitHub CI Commits ------- 60ee24f Fix GitHub CI
2 parents 5d1e618 + 60ee24f commit 345bf8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-
5757

5858
- name: "Require symfony/flex"
59-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
59+
run: composer require --no-progress --no-scripts --no-plugins symfony/flex
6060

61-
- run: composer update
61+
- name: "Install dependencies"
62+
run: composer update --no-interaction --prefer-dist --optimize-autoloader
6263

6364
- name: "Install PHPUnit"
6465
run: vendor/bin/simple-phpunit install

0 commit comments

Comments
 (0)