Skip to content

Commit 61f7290

Browse files
Update tests.yml
1 parent e3fbd46 commit 61f7290

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ jobs:
5858
- name: Checkout code
5959
uses: actions/checkout@v2
6060

61-
- name: Setup PHP with PECL extension
62-
uses: shivammathur/setup-php@v2
63-
with:
64-
php-version: ${{ matrix.php-version }}
65-
extensions: curl
61+
- name: Install composer
62+
run: |
63+
curl -sS https://getcomposer.org/installer | php
64+
mv composer.phar /usr/local/bin/composer
6665
6766
- name: Install
6867
run: composer install

0 commit comments

Comments
 (0)