Skip to content

Commit

Permalink
add setup PHP version before install composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Jul 5, 2024
1 parent ccefc23 commit 7ba4323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install Composer Dependencies
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Install NPM Dependencies
Expand Down

0 comments on commit 7ba4323

Please sign in to comment.