Skip to content

Commit 05a2101

Browse files
committed
ci: windows behat
1 parent 56922b9 commit 05a2101

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 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
@@ -1063,17 +1063,9 @@ jobs:
10631063
with:
10641064
php-version: ${{ matrix.php }}
10651065
tools: pecl, composer
1066-
extensions: intl, bcmath, curl, openssl, mbstring, pdo_sqlite, fileinfo
1066+
extensions: intl, bcmath, curl, openssl, mbstring, pdo_sqlite, fileinfo, mongodb
10671067
coverage: none
10681068
ini-values: memory_limit=-1
1069-
# Not in pecl
1070-
- name: Setup mongodb
1071-
shell: bash
1072-
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
1076-
echo "extension=php_mongodb.dll" >> C:/tools/php/php.ini
10771069
- name: Get composer cache directory
10781070
id: composercache
10791071
shell: bash
@@ -1093,6 +1085,7 @@ jobs:
10931085
- name: Update project dependencies
10941086
shell: bash
10951087
run: |
1088+
php -m
10961089
composer global require soyuka/pmu
10971090
composer global config allow-plugins.soyuka/pmu true --no-interaction
10981091
composer global link . --working-directory='${{ steps.get-cwd.outputs.cwd }}'

0 commit comments

Comments
 (0)