Skip to content

Commit

Permalink
Remove lock of mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 30, 2023
1 parent a621cef commit 86ed5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extensions: mbstring, intl, json, mongodb-1.16.0, phalcon, xdebug
extensions: mbstring, intl, json, mongodb, phalcon, xdebug
tools: pecl
ini-values: apc.enable_cli=on, session.save_path=/tmp

Expand All @@ -28,7 +28,7 @@ jobs:
name: PHP ${{ matrix.php-versions }} with Phalcon ${{ matrix.phalcon-versions }}
runs-on: ubuntu-latest
env:
extensions: mbstring, intl, json, mongodb-1.16.0, phalcon-${{ matrix.phalcon-versions }}, xdebug
extensions: mbstring, intl, json, mongodb, phalcon-${{ matrix.phalcon-versions }}, xdebug
key: cache-${{ matrix.phalcon-versions }}-${{ matrix.php-versions }}
services:
mongodb:
Expand Down

0 comments on commit 86ed5a7

Please sign in to comment.