Skip to content

Commit b484d86

Browse files
committed
Setup PHP and use PHP 7.4
1 parent e58dc43 commit b484d86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/find-reviewer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Set up PHP
14+
uses: shivammathur/setup-php@2.7.0
15+
with:
16+
php-version: 7.4
17+
coverage: none
18+
1319
- name: Checkout code
1420
uses: actions/checkout@v2
1521

0 commit comments

Comments
 (0)