Skip to content

Commit

Permalink
Add php 7.3 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauci committed Dec 6, 2020
1 parent fbbe283 commit 028e736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0']

steps:
- name: Checkout code
Expand Down

0 comments on commit 028e736

Please sign in to comment.