Skip to content

Commit 4b425fd

Browse files
authored
Enhance workflow (#325)
* Use new badge in readme * Try less extensions * Remove mbstring
1 parent b85d039 commit 4b425fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131
tools: pecl
32-
extensions: curl, dom, intl, mbstring, mcrypt, pdo, mongodb
32+
extensions: mongodb
3333
ini-values: date.timezone='UTC'
3434
- name: Get composer cache directory
3535
id: composer-cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Documentation is at [docs/guide/README.md](docs/guide/README.md).
1414

1515
[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-mongodb/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-mongodb)
1616
[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-mongodb/downloads.png)](https://packagist.org/packages/yiisoft/yii2-mongodb)
17-
[![Build Status](https://travis-ci.com/yiisoft/yii2-mongodb.svg?branch=master)](https://travis-ci.com/yiisoft/yii2-mongodb)
17+
[![Build Status](https://github.com/yiisoft/yii2-mongodb/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-mongodb/actions)
1818

1919

2020
Installation

0 commit comments

Comments
 (0)