Skip to content

Commit a24d951

Browse files
removed bcmath from github actions
1 parent 8c3de12 commit a24d951

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/db-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
with:
3333
progress: yes
3434
php_version: 7.1
35-
php_extensions: bcmath
3635
version: 2
3736
- uses: php-actions/phpunit@v3
3837
with:
3938
configuration: phpunit.xml.dist
4039
php_version: 7.1
4140
version: 7.5
42-
php_extensions: bcmath
4341
args: --testsuite "Database"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121
with:
2222
progress: yes
2323
php_version: ${{ matrix.php-version }}
24-
php_extensions: bcmath
2524
version: 2
2625
- uses: php-actions/phpunit@v3
2726
with:
2827
configuration: phpunit.xml.dist
2928
version: 7.5
3029
php_version: ${{ matrix.php-version }}
31-
php_extensions: bcmath
3230
args: --testsuite "NoDatabase"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
with:
2222
progress: yes
2323
php_version: ${{ matrix.php-version }}
24-
php_extensions: bcmath
2524
version: 2
2625
- uses: php-actions/phpunit@v3
2726
with:
2827
configuration: phpunit.xml.dist
2928
php_version: ${{ matrix.php-version }}
30-
php_extensions: bcmath
3129
args: --testsuite "NoDatabase"

0 commit comments

Comments
 (0)