We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1416ee commit c3bcf6aCopy full SHA for c3bcf6a
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
platform: [ 'linux/amd64', 'linux/arm64' ]
25
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' ]
+ extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd opentelemetry mongodb' ]
27
28
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
29
0 commit comments