Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 953195d

Browse files
Stop testing PHP 7.2 and 7.3
1 parent 7f1457f commit 953195d

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

@@ -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"
128-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
129-
run: "composer require --dev phpunit/phpunit:^7.5.20 --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"
175-
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
176-
run: "composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
177-
178160
- name: "PHPStan"
179161
run: "make phpstan"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /