Skip to content

Commit d1f1d46

Browse files
committed
Stop testing PHP 7.2 and 7.3
1 parent 0b12514 commit d1f1d46

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

-18
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 and Mockery"
45-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
46-
run: "composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
47-
4842
- name: "Lint"
4943
run: "make lint"
5044

@@ -94,8 +88,6 @@ jobs:
9488
fail-fast: false
9589
matrix:
9690
php-version:
97-
- "7.2"
98-
- "7.3"
9991
- "7.4"
10092
- "8.0"
10193
- "8.1"
@@ -124,10 +116,6 @@ jobs:
124116
if: ${{ matrix.dependencies == 'highest' }}
125117
run: "composer update --no-interaction --no-progress"
126118

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

@@ -139,8 +127,6 @@ jobs:
139127
fail-fast: false
140128
matrix:
141129
php-version:
142-
- "7.2"
143-
- "7.3"
144130
- "7.4"
145131
- "8.0"
146132
- "8.1"
@@ -171,9 +157,5 @@ jobs:
171157
if: ${{ matrix.dependencies == 'highest' }}
172158
run: "composer update --no-interaction --no-progress"
173159

174-
- name: "Downgrade PHPUnit and Mockery"
175-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
176-
run: "composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
177-
178160
- name: "PHPStan"
179161
run: "make phpstan"

0 commit comments

Comments
 (0)