Skip to content

Commit 67f9590

Browse files
committed
Run PHPStan on 8.1 (lowest)
1 parent 572430f commit 67f9590

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ concurrency:
1010

1111
jobs:
1212
phpstan:
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
php:
17-
- '8.1'
18-
- '8.2'
19-
- '8.3'
20-
- '8.4'
21-
2213
runs-on: ubuntu-latest
2314

2415
steps:
@@ -28,7 +19,7 @@ jobs:
2819
- name: Set up PHP
2920
uses: shivammathur/setup-php@v2
3021
with:
31-
php-version: ${{ matrix.php }}
22+
php-version: '8.1'
3223

3324
- name: Install Composer packages
3425
uses: ramsey/composer-install@v3

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ parameters:
44
level: 8
55
paths:
66
- src
7-
phpVersion: 80200
7+
phpVersion: 80100
88
errorFormat: ticketswap
99
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 commit comments

Comments
 (0)