Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione authored Nov 26, 2024
1 parent e101cef commit f42db52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: phpstan
php-version: '8.4'
tools: phpstan, phpstan/phpstan-deprecation-rules

- name: Install dependencies
run: composer install --no-interaction --no-plugins --no-scripts --no-dev --prefer-dist --no-ansi --no-progress
Expand Down

0 comments on commit f42db52

Please sign in to comment.