Skip to content

Commit

Permalink
fix: revert phpcs/phpstan updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Oct 25, 2024
1 parent 2863a02 commit a1d27c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup PHPCS
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '7.4'
tools: cs2pr, phpcs

- name: Setup problem matchers for PHP
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Setup PHPStan
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '7.4'
tools: phpstan

- name: Setup problem matchers for PHP
Expand Down

0 comments on commit a1d27c2

Please sign in to comment.