File tree
Expand file treeCollapse file tree2 files changed
+5
-8
lines changed Expand file treeCollapse file tree2 files changed
+5
-8
lines changed Original file line number | Diff line number | Diff line change |
---|
|
16 | 16 | strategy:
|
17 | 17 | matrix:
|
18 | 18 | php-version:
|
19 |
| -- "7.1" |
20 | 19 | - "7.2"
|
21 | 20 | - "7.3"
|
22 | 21 | - "7.4"
|
|
40 | 39 | run: "composer install --no-interaction --no-progress"
|
41 | 40 |
|
42 | 41 | - name: "Downgrade PHPUnit"
|
43 |
| -if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3' |
| 42 | +if: matrix.php-version == '7.2' || matrix.php-version == '7.3' |
44 | 43 | run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
|
45 | 44 |
|
46 | 45 | - name: "Lint"
|
|
81 | 80 | fail-fast: false
|
82 | 81 | matrix:
|
83 | 82 | php-version:
|
84 |
| -- "7.1" |
85 | 83 | - "7.2"
|
86 | 84 | - "7.3"
|
87 | 85 | - "7.4"
|
@@ -110,7 +108,7 @@ jobs:
|
110 | 108 | run: "composer update --no-interaction --no-progress"
|
111 | 109 |
|
112 | 110 | - name: "Downgrade PHPUnit"
|
113 |
| -if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3' |
| 111 | +if: matrix.php-version == '7.2' || matrix.php-version == '7.3' |
114 | 112 | run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
|
115 | 113 |
|
116 | 114 | - name: "Tests"
|
@@ -124,7 +122,6 @@ jobs:
|
124 | 122 | fail-fast: false
|
125 | 123 | matrix:
|
126 | 124 | php-version:
|
127 |
| -- "7.1" |
128 | 125 | - "7.2"
|
129 | 126 | - "7.3"
|
130 | 127 | - "7.4"
|
@@ -155,7 +152,7 @@ jobs:
|
155 | 152 | run: "composer update --no-interaction --no-progress"
|
156 | 153 |
|
157 | 154 | - name: "Downgrade PHPUnit"
|
158 |
| -if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3' |
| 155 | +if: matrix.php-version == '7.2' || matrix.php-version == '7.3' |
159 | 156 | run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
|
160 | 157 |
|
161 | 158 | - name: "PHPStan"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
6 | 6 | "MIT"
|
7 | 7 | ],
|
8 | 8 | "require": {
|
9 |
| -"php": "^7.1 || ^8.0", |
10 |
| -"phpstan/phpstan": "^1.4.9" |
| 9 | +"php": "^7.2 || ^8.0", |
| 10 | +"phpstan/phpstan": "^1.5.0" |
11 | 11 | },
|
12 | 12 | "conflict": {
|
13 | 13 | "phpunit/phpunit": "<7.0"
|
|
You can’t perform that action at this time.
0 commit comments