Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
GitHub workflows: Add PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 23, 2020
1 parent 3502d7a commit cd22767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3']
php-versions: ['7.2', '7.3', '7.4']

steps:
- name: Checkout
Expand Down

0 comments on commit cd22767

Please sign in to comment.