Skip to content

Commit 5ede1f6

Browse files
authored
Drop PHP 7.4 (#763)
* Drop PHP 7.4 * Update php.yml
1 parent 30935de commit 5ede1f6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-version:
17-
- "7.4"
1817
- "8.0"
1918
- "8.1"
2019
- "8.2"
@@ -29,12 +28,6 @@ jobs:
2928
php-version: "${{ matrix.php-version }}"
3029
tools: composer:v2
3130
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd
32-
- name: "Downgrade drupal/core to ^9"
33-
run: "composer require drupal/core-recommended:^9 --with-all-dependencies --dev --no-update"
34-
if: ${{ matrix.php-version == '7.4' }}
35-
- name: "Add phpspec/prophecy-phpunit"
36-
run: "composer require phpspec/prophecy-phpunit:^2 --dev --no-update"
37-
if: ${{ matrix.php-version == '7.4' }}
3831
- name: "Install dependencies"
3932
uses: "ramsey/composer-install@v3"
4033
- name: "PHPCS"
@@ -54,9 +47,6 @@ jobs:
5447
drupal:
5548
- "^10"
5649
include:
57-
- php-version: "7.4"
58-
drupal: "^9.0"
59-
experimental: false
6050
- php-version: "8.0"
6151
drupal: "^9.0"
6252
experimental: false

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.4 || ^8.0",
13+
"php": "^8.0",
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)