Skip to content

Commit

Permalink
Composer is not installed by default on macOS 14 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 18, 2024
1 parent 8944125 commit e145110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ jobs:
# choco install yarn --no-progress --yes

# Composer
- name: Composer - macOS upgrade
- name: Composer - macOS install
if: runner.os == 'macOS'
run: |
brew upgrade composer
brew install composer
- name: Composer - Windows upgrade
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit e145110

Please sign in to comment.