Skip to content

Commit

Permalink
Merge pull request #3 from blue32a/add-test-php74
Browse files Browse the repository at this point in the history
Added PHP7.4 test
  • Loading branch information
blue32a authored Dec 13, 2020
2 parents 84b3c9d + c89dd7c commit c9f0217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php-version: ['7.2', '7.3']
php-version: ['7.2', '7.3', '7.4']

steps:
- name: Setup PHP ${{ matrix.php-version }}
Expand Down

0 comments on commit c9f0217

Please sign in to comment.