File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 matrix :
1616 php-version :
1717 - " 8.4"
18- symfony :
18+ symfony-version :
1919 - false
2020 proxy :
2121 - " native"
2222 include :
2323 # Test with LazyGhostObject
2424 - php-version : " 8.2"
25- symfony : false
25+ symfony-version : false
2626 proxy : " lazy-ghost"
2727 os : " ubuntu-latest"
2828 # Test with ProxyManager
2929 - php-version : " 8.1"
30- symfony : " 6.4"
30+ symfony-version : " 6.4"
3131 proxy : " proxy-manager"
3232 os : " ubuntu-latest"
3333
@@ -82,20 +82,13 @@ jobs:
8282 - name : " Remove phpbench/phpbench"
8383 run : composer remove --no-update --dev phpbench/phpbench
8484
85- - name : " Configure Symfony ${{ matrix.symfony }}"
86- if : " ${{ matrix.symfony != 'stable' }}"
87- run : |
88- composer config minimum-stability dev
89- # update symfony deps
90- composer require --no-update symfony/console:^${{ matrix.symfony }}
91- composer require --no-update symfony/var-dumper:^${{ matrix.symfony }}
92- composer require --no-update --dev symfony/cache:^${{ matrix.symfony }}
93-
9485 - name : " Install dependencies with Composer"
9586 uses : " ramsey/composer-install@v3"
9687 with :
9788 dependency-versions : " highest"
9889 composer-options : " --prefer-dist"
90+ env :
91+ SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
9992
10093 - name : " Run PHPUnit with Atlas Local"
10194 run : " vendor/bin/phpunit --group atlas"
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 extensions : " mongodb-${{ matrix.driver-version }}, bcmath"
148148 coverage : " none"
149149 ini-values : " zend.assertions=1"
150+ tools : " flex"
150151
151152 - name : " Show driver information"
152153 run : " php --ri mongodb"
You can’t perform that action at this time.
0 commit comments