We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572430f commit 67f9590Copy full SHA for 67f9590
.github/workflows/ci.yaml
@@ -10,15 +10,6 @@ concurrency:
10
11
jobs:
12
phpstan:
13
- strategy:
14
- fail-fast: false
15
- matrix:
16
- php:
17
- - '8.1'
18
- - '8.2'
19
- - '8.3'
20
- - '8.4'
21
-
22
runs-on: ubuntu-latest
23
24
steps:
@@ -28,7 +19,7 @@ jobs:
28
- name: Set up PHP
29
uses: shivammathur/setup-php@v2
30
with:
31
- php-version: ${{ matrix.php }}
+ php-version: '8.1'
32
33
- name: Install Composer packages
34
25
uses: ramsey/composer-install@v3
phpstan.neon
@@ -4,6 +4,6 @@ parameters:
4
level: 8
5
paths:
6
- src
7
- phpVersion: 80200
+ phpVersion: 80100
8
errorFormat: ticketswap
9
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
0 commit comments