We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db70a1 commit 0f1321bCopy full SHA for 0f1321b
.github/workflows/db-tests.yml
@@ -38,5 +38,6 @@ jobs:
38
with:
39
configuration: phpunit.xml.dist
40
php_version: 7.1
41
+ version: 7.5
42
php_extensions: bcmath
43
args: --testsuite "Database"
.github/workflows/no-db-test.yml
@@ -26,6 +26,7 @@ jobs:
26
- uses: php-actions/phpunit@v3
27
28
29
30
php_version: ${{ matrix.php-version }}
31
32
args: --testsuite "NoDatabase"
0 commit comments