Skip to content

Commit b2d2ba6

Browse files
authored
Merge pull request #290 from mglaman/gh258
Require PHP ^7.4
2 parents e473842 + 28ee204 commit b2d2ba6

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
defaults: &defaults
33
docker:
4-
- image: circleci/php:7.3-cli
4+
- image: circleci/php:7.4-cli
55
working_directory: ~/repo
66
aliases:
77
- &composer-cache

.github/workflows/php.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ jobs:
1616
matrix:
1717
experimental: [false]
1818
php-version:
19-
- "7.3"
2019
- "7.4"
2120
drupal:
2221
- "^8.9"
2322
- "^9.0"
2423
include:
25-
- php-version: "7.2"
26-
drupal: "^8.9"
27-
experimental: false
2824
- php-version: "8.0"
2925
drupal: "^9.0"
3026
experimental: true
@@ -67,15 +63,11 @@ jobs:
6763
matrix:
6864
experimental: [false]
6965
php-version:
70-
- "7.3"
7166
- "7.4"
7267
drupal:
7368
- "^8.9"
7469
- "^9.0"
7570
include:
76-
- php-version: "7.2"
77-
drupal: "^8.9"
78-
experimental: false
7971
- php-version: "8.0"
8072
drupal: "^9.0"
8173
experimental: true

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": "^7.1 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"nette/finder": "^2.5",
1515
"phpstan/phpstan": "^1.0",
1616
"symfony/yaml": "~3.4.5|^4.2",

0 commit comments

Comments
 (0)