develop doesn't install curl extension by default
This commit is contained in:
parent
2a04ee385d
commit
bd7ecb9c55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: shivammathur/setup-php@develop
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: dom, gd, pdo_sqlite3, sqlite3
|
||||
extensions: curl, dom, gd, pdo_sqlite3, sqlite3
|
||||
- name: Remove composer lock
|
||||
run: rm composer.lock
|
||||
- name: Setup PHPunit
|
||||
|
|
Loading…
Reference in a new issue