Skip to content

Commit

Permalink
Force phpstan to be executed with PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Dec 24, 2020
1 parent 16a7b39 commit 9dcc4d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
matrix:
presta-versions: ['1.7.4.0', 'latest']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Checkout
uses: actions/checkout@v2.0.0

Expand Down

0 comments on commit 9dcc4d2

Please sign in to comment.