Install PHP only if not found and support 7.4.0RC2

This commit is contained in:
Shivam Mathur
2019-09-17 20:40:27 +05:30
parent 69f9b777e1
commit a398f54da4
6 changed files with 69 additions and 43 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', '7.4']
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3']
steps:
- name: Checkout
uses: actions/checkout@master