gix github workflow config
This commit is contained in:
parent
a575479206
commit
2f29ae9826
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -55,9 +55,8 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
# Pin ext-mongodb to a 2.x line compatible with mongodb/mongodb ^2.0
|
# Pin ext-mongodb to a 1.20+ line compatible with mongodb/mongodb ^1.20
|
||||||
# This ensures Composer installs cleanly and tests run against PHPLIB 2.x
|
extensions: pdo, pdo_mysql, pdo_sqlite, pdo_pgsql, mongodb-1.20.1
|
||||||
extensions: pdo, pdo_mysql, pdo_sqlite, pdo_pgsql, mongodb-2.1.4
|
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue