Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Drop PHP 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 25, 2021
1 parent 10bd97f commit 17e6de5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
24 changes: 12 additions & 12 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ branches:
required_status_checks:
contexts:
- "Webpack build"
- "Coding Standards (7.4)"
- "Static Code Analysis (7.4)"
- "Test (PHP 7.3, symfony 4.4, lowest)"
- "Test (PHP 7.3, symfony 5.1, lowest)"
- "Test (PHP 7.3, symfony 4.4, highest)"
- "Test (PHP 7.3, symfony 5.1, highest)"
- "Test (PHP 7.4, symfony 4.4, lowest)"
- "Test (PHP 7.4, symfony 5.1, lowest)"
- "Test (PHP 7.4, symfony 4.4, highest)"
- "Test (PHP 7.4, symfony 5.1, highest)"
- "Code Coverage (7.4)"
- "Mutation Tests (7.4)"
- "Coding Standards (8)"
- "Static Code Analysis (8.1)"
- "Test (PHP 8, symfony 4.4, lowest)"
- "Test (PHP 8, symfony 5.1, lowest)"
- "Test (PHP 8, symfony 4.4, highest)"
- "Test (PHP 8, symfony 5.1, highest)"
- "Test (PHP 8.1, symfony 4.4, lowest)"
- "Test (PHP 8.1, symfony 5.1, lowest)"
- "Test (PHP 8.1, symfony 4.4, highest)"
- "Test (PHP 8.1, symfony 5.1, highest)"
- "Code Coverage (8.1)"
- "Mutation Tests (8.1)"
strict: true

required_pull_request_reviews: null
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

steps:
- name: "Checkout"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -137,9 +137,8 @@ jobs:
strategy:
matrix:
php-version:
- 7.3
- 7.4
- 8.0
- 8.1

dependencies:
- lowest
Expand Down Expand Up @@ -193,7 +192,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -233,7 +232,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.1

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"psr/cache": "^1.0",
"psr/http-client": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "8.0"
}
}
}

0 comments on commit 17e6de5

Please sign in to comment.