Skip to content

Commit dd0385d

Browse files
committed
Add phpunit to matrix
1 parent 8b9035f commit dd0385d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13+
phpunit:
14+
- "7.5"
1315
php:
1416
- "7.1"
1517
- "7.2"
1618
- "7.3"
1719
- "7.4"
20+
1821
env:
19-
PHPUNIT_VERSION: "7.5"
22+
PHPUNIT_VERSION: "${{ matrix.phpunit }}"
2023
PHP_VERSION: "${{ matrix.php }}"
2124

2225
services:

0 commit comments

Comments
 (0)