We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8c823 commit 6207bc7Copy full SHA for 6207bc7
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ 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
@@ -16,6 +19,9 @@ jobs:
16
19
17
20
php-cs-fixer:
18
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