Skip to content

Commit 6d82507

Browse files
committed
GitHub actions for PHPUnit (PHP 7.3+)
1 parent 7ab81d3 commit 6d82507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
php-version: ['7.2', '7.4', '8.0', '8.1']
11+
php-version: ['7.3', '8.0', '8.1']
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)