Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Add php 8.1 to phpunit action
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin authored May 7, 2022
1 parent 2722784 commit 6ac6ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '7.4']
php: ['8.1', '8.0', '7.4']

name: P${{ matrix.php }}

Expand Down

0 comments on commit 6ac6ee9

Please sign in to comment.