Skip to content

Commit

Permalink
php version
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Apr 15, 2024
1 parent c8f7013 commit de108ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: PHPStan
on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
- '.github/workflows/phpstan.yml'
- "**.php"
- "phpstan.neon.dist"
- ".github/workflows/phpstan.yml"

jobs:
phpstan:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: "8.2"
coverage: none

- name: Install composer dependencies
Expand Down

0 comments on commit de108ac

Please sign in to comment.