Skip to content

Commit

Permalink
feat: Add setup-php step
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Dec 23, 2020
1 parent d265984 commit abc817f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
- name: Checkout
if: github.ref == 'refs/heads/master'
run: git checkout "${GITHUB_REF:11}"
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Composer Install
run: composer install
- name: PHPCS
Expand Down

0 comments on commit abc817f

Please sign in to comment.