Skip to content

Commit 3253891

Browse files
committed
minor #153 Setup PHP and use PHP 7.4 (Nyholm)
This PR was merged into the master branch. Discussion ---------- Setup PHP and use PHP 7.4 Here is the failing job: https://github.com/carsonbot/carsonbot/actions/runs/466322348 Commits ------- b484d86 Setup PHP and use PHP 7.4
2 parents e58dc43 + b484d86 commit 3253891

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)