Skip to content

Commit 771abbd

Browse files
authored
Merge pull request #28 from patchlevel/mongodb
add mongodb
2 parents b1416ee + c3bcf6a commit 771abbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
platform: [ 'linux/amd64', 'linux/arm64' ]
2525
version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
26-
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry' ]
26+
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry mongodb' ]
2727

2828
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
2929

0 commit comments

Comments
 (0)