v1 maintenance release - 1.8.4

This commit is contained in:
Shivam Mathur
2020-03-01 06:20:48 +05:30
parent 3579c7ef28
commit 0da52b1327
15 changed files with 517 additions and 523 deletions

View File

@@ -41,6 +41,8 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, zip, phalcon4, mysql #use phalcon3 for the phalcon 3.x.
coverage: xdebug #optional
- name: Start mysql service
run: sudo /etc/init.d/mysql start
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"