Skip to content

Commit 87b7f74

Browse files
committed
Stop testing PHP 7.2 and 7.3
1 parent 2894799 commit 87b7f74

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- "7.2"
20-
- "7.3"
2119
- "7.4"
2220
- "8.0"
2321
- "8.1"
@@ -41,10 +39,6 @@ jobs:
4139
- name: "Install dependencies"
4240
run: "composer install --no-interaction --no-progress"
4341

44-
- name: "Downgrade PHPUnit"
45-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
46-
run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
47-
4842
- name: "Lint"
4943
run: "make lint"
5044

@@ -95,8 +89,6 @@ jobs:
9589
matrix:
9690
operating-system: [ubuntu-latest, windows-latest]
9791
php-version:
98-
- "7.2"
99-
- "7.3"
10092
- "7.4"
10193
- "8.0"
10294
- "8.1"
@@ -125,10 +117,6 @@ jobs:
125117
if: ${{ matrix.dependencies == 'highest' }}
126118
run: "composer update --no-interaction --no-progress"
127119

128-
- name: "Downgrade PHPUnit"
129-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
130-
run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
131-
132120
- name: "Tests"
133121
run: "make tests"
134122

@@ -140,8 +128,6 @@ jobs:
140128
fail-fast: false
141129
matrix:
142130
php-version:
143-
- "7.2"
144-
- "7.3"
145131
- "7.4"
146132
- "8.0"
147133
- "8.1"
@@ -164,9 +150,5 @@ jobs:
164150
- name: "Install dependencies"
165151
run: "composer update --no-interaction --no-progress"
166152

167-
- name: "Downgrade PHPUnit"
168-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
169-
run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
170-
171153
- name: "PHPStan"
172154
run: "make phpstan"

0 commit comments

Comments
 (0)