File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ jobs:
10501050 strategy :
10511051 matrix :
10521052 php :
1053- - ' 8.3 '
1053+ - ' 8.4 '
10541054 fail-fast : false
10551055 env :
10561056 APP_ENV : sqlite
@@ -1070,9 +1070,9 @@ jobs:
10701070 - name : Setup mongodb
10711071 shell : bash
10721072 run : |
1073- curl -sLO https://github.com/mongodb/mongo-php-driver/releases/download/1.17.2 /php_mongodb-1.17.2 -8.3-nts-x64 .zip
1074- unzip -q php_mongodb-1.17.2 -8.3-nts-x64 .zip php_mongodb.dll
1075- mv php_mongodb. dll C:/tools/php/ext
1073+ curl -sLO https://github.com/mongodb/mongo-php-driver/releases/download/1.21.1 /php_mongodb-1.21.1 -8.4-ts-vs17-x86_64 .zip
1074+ unzip -q php_mongodb-1.21.1 -8.4-ts-vs17-x86_64 .zip php_mongodb-1.21.1-8.4-ts-vs17-x86_64 .dll
1075+ mv php_mongodb-1.21.1-8.4-ts-vs17-x86_64. dll C:/tools/php/ext/php_mongodb.dll
10761076 echo "extension=php_mongodb.dll" >> C:/tools/php/php.ini
10771077 - name : Get composer cache directory
10781078 id : composercache
You can’t perform that action at this time.
0 commit comments