Skip to content

Commit

Permalink
fix broken macos pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
remorhaz committed May 25, 2024
1 parent c8e015d commit 76e0a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
- "--prefer-lowest"
steps:
- name: Checkout
uses: actions/[email protected]

- name: Validate composer.json and composer.lock
run: composer validate
uses: actions/checkout@v4

- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand All @@ -43,6 +40,9 @@ jobs:
coverage: xdebug
ini-values: error_reporting=E_ALL

- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies
run: composer update
--prefer-dist
Expand Down

0 comments on commit 76e0a87

Please sign in to comment.