Skip to content

Commit

Permalink
adding 8.3 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Dec 13, 2023
1 parent d376566 commit 6144d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
experimental: [false]
composer_args: [""]
include:
- php-version: 8.3
experimental: true
composer_args: "--ignore-platform-reqs"
dummy: true

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-otel-php-base-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: OpenTelemetry PHP base docker image creation
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 6144d74

Please sign in to comment.