Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
yrccondor committed Oct 5, 2024
1 parent 4e54c2d commit c5a6f26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
env:
update: true


- name: Get composer cache directory
id: composer-cache
Expand All @@ -29,7 +32,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs --no-dev --optimize-autoloader
run: composer install --prefer-dist --no-progress --ignore-platform-reqs --no-dev --optimize-autoloader

- name: Add vendor
run: |
Expand Down

0 comments on commit c5a6f26

Please sign in to comment.