Skip to content

Commit

Permalink
Set coding standards job to execute php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajibarra committed Sep 16, 2022
1 parent db48108 commit eb47296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '7.2'
extensions: mbstring, intl
coverage: none
tools: cs2pr
Expand Down

0 comments on commit eb47296

Please sign in to comment.