Skip to content

Commit 86ed5a7

Browse files
committed
Remove lock of mongodb version
1 parent a621cef commit 86ed5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: shivammathur/setup-php@v2
1212
with:
1313
php-version: '7.4'
14-
extensions: mbstring, intl, json, mongodb-1.16.0, phalcon, xdebug
14+
extensions: mbstring, intl, json, mongodb, phalcon, xdebug
1515
tools: pecl
1616
ini-values: apc.enable_cli=on, session.save_path=/tmp
1717

@@ -28,7 +28,7 @@ jobs:
2828
name: PHP ${{ matrix.php-versions }} with Phalcon ${{ matrix.phalcon-versions }}
2929
runs-on: ubuntu-latest
3030
env:
31-
extensions: mbstring, intl, json, mongodb-1.16.0, phalcon-${{ matrix.phalcon-versions }}, xdebug
31+
extensions: mbstring, intl, json, mongodb, phalcon-${{ matrix.phalcon-versions }}, xdebug
3232
key: cache-${{ matrix.phalcon-versions }}-${{ matrix.php-versions }}
3333
services:
3434
mongodb:

0 commit comments

Comments
 (0)