Skip to content

Commit

Permalink
step id
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Sep 3, 2021
1 parent 2a19d31 commit e38d7ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
- uses: shivammathur/setup-php@v2
- name: Setup PHP
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
coverage: xdebug2
Expand Down

0 comments on commit e38d7ac

Please sign in to comment.