Skip to content

Commit

Permalink
Add PHPStan level 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Smirnov committed Jun 26, 2024
1 parent e8a4648 commit f67d892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:

strategy:
fail-fast: false
experimental: [false]
matrix:
php-version:
- 7.3
Expand All @@ -19,9 +18,10 @@ jobs:
- 8.1
- 8.2
- 8.3
include:
- php: 8.2
analysis: true
experimental: [false]
include:
- php: 8.2
analysis: true


steps:
Expand Down

0 comments on commit f67d892

Please sign in to comment.