Skip to content

Commit e4d8d6f

Browse files
authored
Drop PHP 8.0 (#766)
1 parent 5ede1f6 commit e4d8d6f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-version:
17-
- "8.0"
1817
- "8.1"
1918
- "8.2"
2019
- "8.3"
@@ -47,7 +46,7 @@ jobs:
4746
drupal:
4847
- "^10"
4948
include:
50-
- php-version: "8.0"
49+
- php-version: "8.1"
5150
drupal: "^9.0"
5251
experimental: false
5352
- php-version: "8.3"
@@ -89,7 +88,7 @@ jobs:
8988
drupal:
9089
- "^10"
9190
include:
92-
- php-version: "8.0"
91+
- php-version: "8.1"
9392
drupal: "^9.0"
9493
experimental: false
9594
- php-version: "8.3"
@@ -165,7 +164,7 @@ jobs:
165164
drupal:
166165
- "^10"
167166
include:
168-
- php-version: "8.0"
167+
- php-version: "8.1"
169168
drupal: "^9.0"
170169
experimental: false
171170
- php-version: "8.3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^8.1",
1414
"phpstan/phpstan": "^1.10.56",
1515
"phpstan/phpstan-deprecation-rules": "^1.1.4",
1616
"symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)