Skip to content

Commit 3c6402b

Browse files
committed
Fix: Require PHP 8.0
1 parent f406ddb commit 3c6402b

File tree

5 files changed

+17
-19
lines changed

5 files changed

+17
-19
lines changed

.github/settings.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ branches:
1414
required_approving_review_count: 1
1515
required_status_checks:
1616
contexts:
17-
- "Code Coverage (7.4, locked)"
18-
- "Coding Standards (7.4, locked)"
19-
- "Dependency Analysis (7.4, locked)"
20-
- "Mutation Tests (7.4, locked)"
21-
- "Static Code Analysis (7.4, locked)"
22-
- "Tests (7.4, locked)"
17+
- "Code Coverage (8.0, locked)"
18+
- "Coding Standards (8.0, locked)"
19+
- "Dependency Analysis (8.0, locked)"
20+
- "Mutation Tests (8.0, locked)"
21+
- "Static Code Analysis (8.0, locked)"
2322
- "Tests (8.0, locked)"
2423
strict: false
2524
restrictions:

.github/workflows/integrate.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23-
- "7.4"
23+
- "8.0"
2424

2525
dependencies:
2626
- "locked"
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- "7.4"
88+
- "8.0"
8989

9090
dependencies:
9191
- "locked"
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
matrix:
129129
php-version:
130-
- "7.4"
130+
- "8.0"
131131

132132
dependencies:
133133
- "locked"
@@ -192,7 +192,6 @@ jobs:
192192
strategy:
193193
matrix:
194194
php-version:
195-
- "7.4"
196195
- "8.0"
197196

198197
dependencies:
@@ -254,7 +253,7 @@ jobs:
254253
strategy:
255254
matrix:
256255
php-version:
257-
- "7.4"
256+
- "8.0"
258257

259258
dependencies:
260259
- "locked"
@@ -304,7 +303,7 @@ jobs:
304303
strategy:
305304
matrix:
306305
php-version:
307-
- "7.4"
306+
- "8.0"
308307

309308
dependencies:
310309
- "locked"

.github/workflows/renew.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
php-version:
21-
- "7.4"
21+
- "8.0"
2222

2323
dependencies:
2424
- "locked"

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.4 || ^8.0",
21+
"php": "^8.0",
2222
"phpunit/phpunit": "dev-event#ffd44c130 as 10.0.0"
2323
},
2424
"require-dev": {
@@ -38,7 +38,7 @@
3838
},
3939
"config": {
4040
"platform": {
41-
"php": "7.4.14"
41+
"php": "8.0.12"
4242
},
4343
"preferred-install": "dist",
4444
"sort-packages": true

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)