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 ab31874 commit 9db70a1Copy full SHA for 9db70a1
.github/workflows/db-tests.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
progress: yes
34
php_version: 7.1
35
+ php_extensions: bcmath
36
version: 2
37
- uses: php-actions/phpunit@v3
38
.github/workflows/no-db-test.yml
@@ -21,6 +21,7 @@ jobs:
21
22
23
php_version: ${{ matrix.php-version }}
24
25
26
27
0 commit comments