Skip to content

Commit

Permalink
Drop support for PHP 7.4 (doctrine#9290)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Dec 27, 2021
1 parent 47f931c commit 9c07649
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.1.1"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
with:
php-version: "7.4"
php-version: "8.0"
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
dbal-version:
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
dbal-version:
- "default"
postgres-version:
Expand Down Expand Up @@ -131,7 +130,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
dbal-version:
- "default"
mariadb-version:
Expand Down Expand Up @@ -192,7 +191,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
dbal-version:
- "default"
mysql-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sort-packages": true
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-ctype": "*",
"ext-pdo": "*",
"composer/package-versions-deprecated": "^1.8",
Expand All @@ -35,8 +35,7 @@
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.15"
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/annotations": "^1.13",
Expand Down

0 comments on commit 9c07649

Please sign in to comment.