Skip to content

Commit c3bcf6a

Browse files
committed
add mongodb
1 parent b1416ee commit c3bcf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)