We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae07711 commit 9a6c3dcCopy full SHA for 9a6c3dc
3 files changed
.github/workflows/phpstan.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
with:
19
- php-version: '8.1'
+ php-version: '8.0'
20
coverage: none
21
22
- name: Install composer dependencies
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
- php: [8.1]
+ php: [8.0]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
phpstan.neon.dist
@@ -5,10 +5,7 @@ parameters:
5
level: 4
6
paths:
7
- src
8
- - config
9
- - database
10
tmpDir: build/phpstan
11
checkOctaneCompatibility: true
12
checkModelProperties: true
checkMissingIterableValueType: false
-
0 commit comments