Skip to content

Commit

Permalink
feat: Add PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 27, 2023
1 parent 6f131b7 commit 40e8ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["7.4", "8.0", "8.1", "8.2"]
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
composer_version: ["1", "2"]
target: ["base", "onbuild"]
platforms: ["linux/amd64,linux/arm64/v8"]
Expand All @@ -25,11 +25,11 @@ jobs:
target: "onbuild"
latest_major: "true"

- php_version: "8.2"
- php_version: "8.3"
composer_version: "1"
target: "onbuild"
latest_major: "true"
- php_version: "8.2"
- php_version: "8.3"
composer_version: "2"
target: "onbuild"
latest: "true"
Expand Down

0 comments on commit 40e8ce6

Please sign in to comment.