Skip to content

Commit

Permalink
feat: Add PHP 8.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 authored Nov 28, 2023
1 parent 17b5147 commit 1917e3b
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 1917e3b

Please sign in to comment.