Skip to content

Commit

Permalink
GitHub actions for PHPUnit (PHP 7.3+)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jul 27, 2023
1 parent 7ab81d3 commit 6d82507
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 @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
php-version: ['7.2', '7.4', '8.0', '8.1']
php-version: ['7.3', '8.0', '8.1']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6d82507

Please sign in to comment.