Skip to content

Commit 0f1321b

Browse files
committed
changed phpunit to work with php 7.1
1 parent 9db70a1 commit 0f1321b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/db-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
with:
3939
configuration: phpunit.xml.dist
4040
php_version: 7.1
41+
version: 7.5
4142
php_extensions: bcmath
4243
args: --testsuite "Database"

.github/workflows/no-db-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: php-actions/phpunit@v3
2727
with:
2828
configuration: phpunit.xml.dist
29+
version: 7.5
2930
php_version: ${{ matrix.php-version }}
3031
php_extensions: bcmath
3132
args: --testsuite "NoDatabase"

0 commit comments

Comments
 (0)