Skip to content

Commit

Permalink
chore: Remove Composer v1 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 22, 2024
1 parent c20e223 commit 702b877
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,12 @@ jobs:
strategy:
matrix:
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
composer_version: ["1", "2"]
composer_version: ["2"]
platforms: ["linux/amd64,linux/arm64/v8"]
include:
- php_version: "7.4"
composer_version: "2"
latest_major: "true"
- php_version: "7.4"
composer_version: "1"
latest_major: "true"

- php_version: "8.3"
composer_version: "1"
latest_major: "true"
- php_version: "8.3"
composer_version: "2"
latest: "true"
steps:
- name: Checkout
Expand Down

0 comments on commit 702b877

Please sign in to comment.