There was an error while loading. Please reload this page.
1 parent b715778 commit 98f1963Copy full SHA for 98f1963
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: shivammathur/setup-php@v1 #https://github.com/shivammathur/setup-php
38
with:
39
php-version: ${{ matrix.php-versions }}
40
- extensions: mbstring, dom, zip, phalcon4, mysql #use phalcon3 for the phalcon 3.x.
+ extensions: mbstring, dom, zip, phalcon4, mysql
41
coverage: xdebug #optional
42
- name: Get composer cache directory
43
id: composer-cache
0 commit comments