Skip to content

fix(deps): update dependency open-telemetry/sdk-configuration to v0.9.0 - autoclosed #40

fix(deps): update dependency open-telemetry/sdk-configuration to v0.9.0 - autoclosed

fix(deps): update dependency open-telemetry/sdk-configuration to v0.9.0 - autoclosed #40

name: "[CI] HttpConfig"
on:
push:
branches: [main]
paths:
- 'src/Instrumentation/HttpConfig/**'
pull_request:
paths:
- 'src/Instrumentation/HttpConfig/**'
# To call from https://github.com/opentelemetry-php/contrib-config-http repo/forks.
workflow_call:
inputs:
package-root:
type: string
required: true
permissions:
contents: read
jobs:
CI:
strategy:
fail-fast: false
matrix:
php-version:
- 8.2
- 8.3
- 8.4
- 8.5
uses: ./.github/workflows/php-contrib.yml
with:
job-name: "PHP ${{ matrix.php-version }}"
codecov-flags: 'Instrumentation/HttpConfig'
package-root: ${{ inputs.package-root || 'src/Instrumentation/HttpConfig' }}
php-version: ${{ matrix.php-version }}