Skip to content

Commit

Permalink
Update PHP version to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Nov 9, 2022
1 parent 7a9a91b commit 28af73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Set up PHP
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
php-version: '7.4'
coverage: none
tools: composer, cs2pr

Expand Down

0 comments on commit 28af73f

Please sign in to comment.