Skip to content

Commit 6a9cb9a

Browse files
committed
ci: windows behat
1 parent 56922b9 commit 6a9cb9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,8 +1070,8 @@ 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
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.dll
10751075
mv php_mongodb.dll C:/tools/php/ext
10761076
echo "extension=php_mongodb.dll" >> C:/tools/php/php.ini
10771077
- name: Get composer cache directory

0 commit comments

Comments
 (0)