Skip to content

Commit

Permalink
adding 8.3 to build matrix (#1189)
Browse files Browse the repository at this point in the history
* adding 8.3 to build matrix

* add experimental 8.4
  • Loading branch information
brettmc authored Dec 25, 2023
1 parent bf8119c commit 7c45db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ 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
- php-version: 8.4
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 7c45db0

Please sign in to comment.