Skip to content

Commit

Permalink
Add phpunit to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 20, 2025
1 parent 8b9035f commit b62bd77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
strategy:
fail-fast: false
matrix:
phpunit: "7.5"
php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

env:
PHPUNIT_VERSION: "7.5"
PHPUNIT_VERSION: "${{ matrix.phpunit }}"
PHP_VERSION: "${{ matrix.php }}"

services:
Expand Down

0 comments on commit b62bd77

Please sign in to comment.