File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2626 - php : ' 8.4'
2727 deps : highest
2828 monolog : ' 3.*'
29+ - php : ' 8.4'
30+ extensions : mongodb
2931
3032 env :
3133 SYMFONY_REQUIRE : ${{ matrix.symfony }}
4042 php-version : ${{ matrix.php }}
4143 ini-values : zend.exception_ignore_args=false
4244 tools : flex
43- extensions : mongodb
45+ extensions : ${{ matrix.extensions }}
4446
4547 - name : Configure composer
4648 if : " ${{ matrix.deps == 'highest' }}"
5052 if : " ${{ matrix.monolog != '' }}"
5153 run : composer require --no-update monolog/monolog:${{ matrix.monolog }}
5254
55+ - name : Require mongodb/mongodb if ext-mongodb is available
56+ if : " ${{ contains(matrix.extensions, 'mongodb') }}"
57+ run : composer require --no-update mongodb/mongodb
58+
5359 - name : Composer install
5460 uses : ramsey/composer-install@v3
5561 with :
You can’t perform that action at this time.
0 commit comments