Skip to content

Commit

Permalink
Setup PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
sander3 committed Jan 29, 2021
1 parent 4c8ca6f commit 4cdc8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@v2
- name: Cache Dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit 4cdc8d5

Please sign in to comment.