Skip to content

Commit b1d690b

Browse files
committed
Updated php config in tests.yml.
1 parent 6c7a57e commit b1d690b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- name: PHPUnit Tests
1313
uses: php-actions/phpunit@v2
1414
with:
15+
php_version: 7.4
16+
php_extensions: mbstring
1517
bootstrap: src/autoload.php
1618
args: --coverage-text --coverage-clover=coverage.xml tests
1719

0 commit comments

Comments
 (0)