Update examples

This commit is contained in:
Shivam Mathur
2019-12-09 12:20:03 +05:30
parent e4fc767f9c
commit 704c5180a4
10 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3']
php-versions: ['7.2', '7.3', '7.4']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout