Skip to content

Commit 98f1963

Browse files
committed
- Fixed tests.yml
1 parent b715778 commit 98f1963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: shivammathur/setup-php@v1 #https://github.com/shivammathur/setup-php
3838
with:
3939
php-version: ${{ matrix.php-versions }}
40-
extensions: mbstring, dom, zip, phalcon4, mysql #use phalcon3 for the phalcon 3.x.
40+
extensions: mbstring, dom, zip, phalcon4, mysql
4141
coverage: xdebug #optional
4242
- name: Get composer cache directory
4343
id: composer-cache

0 commit comments

Comments
 (0)