We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8c823 commit 7ade196Copy full SHA for 7ade196
1 file changed
.github/workflows/ci.yml
@@ -5,17 +5,23 @@ on: [pull_request]
5
jobs:
6
phpstan:
7
runs-on: ubuntu-latest
8
+ strategy:
9
+ matrix:
10
+ php-version: [ '8.1', '8.3' ]
11
steps:
12
- uses: actions/checkout@v3
13
- uses: php-actions/composer@v6
14
with:
15
args: --ignore-platform-reqs
16
17
- name: PHPStan Static Analysis
- run: composer phpstan
18
+ run: composer phpstan -v
19
20
php-cs-fixer:
21
22
23
24
25
26
27
@@ -27,6 +33,9 @@ jobs:
33
28
34
rector:
29
35
36
37
38
30
39
31
40
32
41
0 commit comments