Skip to content

Commit

Permalink
ci: include matrix build version in composer step
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 29, 2024
1 parent efc9ae4 commit b6a66a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload build archive for test runners
uses: actions/upload-artifact@v4
with:
name: build-artifact
name: build-artifact-${{ matrix.php }}
path: /tmp/github-actions

phpunit:
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build-artifact
name: build-artifact-${{ matrix.php }}
path: /tmp/github-actions

- name: Extract build archive
Expand Down

0 comments on commit b6a66a1

Please sign in to comment.