Skip to content

Commit

Permalink
#10026 keep running phpcs and php lint with 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thbley committed Jul 21, 2023
1 parent fda483a commit e82114c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '7.4'
tools: composer:v2
coverage: none
env:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '7.4'
tools: composer:v2
coverage: none
env:
Expand Down

0 comments on commit e82114c

Please sign in to comment.