Skip to content

Commit

Permalink
Fix incorrect shivammathur/php-setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarecord committed Nov 12, 2024
1 parent 4ba678e commit 7d07e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure PHP environment
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: ramsey/composer-install@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure PHP environment
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 7d07e1c

Please sign in to comment.