gix github workflow config
Some checks are pending
CI / test (8.2) (push) Waiting to run
CI / test (8.3) (push) Waiting to run

This commit is contained in:
Funky Waddle 2026-01-07 16:50:54 -06:00
parent a575479206
commit 2f29ae9826

View file

@ -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