Skip to content

Commit 8c57e22

Browse files
authored
Update phpunit.yml
1 parent 3b19dac commit 8c57e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "lowest"
1919
- "highest"
2020
php-version:
21+
- "7.2"
2122
- "7.3"
2223
- "7.4"
2324
- "8.0"
@@ -45,4 +46,4 @@ jobs:
4546
run: "composer update --no-interaction --no-progress --no-suggest"
4647

4748
- name: "Tests"
48-
run: "vendor/bin/phpunit"
49+
run: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)