Skip to content

Commit e3fbd46

Browse files
Update tests.yml
1 parent d56a547 commit e3fbd46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ 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
66+
6167
- name: Install
6268
run: composer install
6369

0 commit comments

Comments
 (0)