Add support for PHP7.4

This commit is contained in:
Shivam Mathur
2019-09-09 05:41:17 +05:30
parent 35b0788556
commit 02867faba4
9 changed files with 85 additions and 9 deletions

View File

@ -8,7 +8,7 @@ jobs:
max-parallel: 6
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3']
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
steps:
- name: Checkout
uses: actions/checkout@master
@ -27,4 +27,4 @@ jobs:
php-version: ${{ matrix.php-versions }}
extension-csv: "mbstring, curl, mysqli, json, xml, xdebug, pcov, phpdbg"
- name: Testing
run: php -m
run: php -v && composer -V && php -m