Skip to content

Commit

Permalink
Use PHP 8.1 for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 3, 2021
1 parent 59289d5 commit 65ddf8e
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.0']
php-version: ['8.1']

steps:
- uses: shivammathur/setup-php@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.0']
php-version: ['8.1']

steps:
- uses: shivammathur/setup-php@master
Expand Down
Loading

0 comments on commit 65ddf8e

Please sign in to comment.