Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop PHP 7 support #398

Merged
merged 1 commit into from
Dec 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ branches:
required_status_checks:
contexts:
- "Coding Standards (8)"
- "Static Code Analysis (8)"
- "Test (PHP 7.4, symfony 5.3, lowest)"
- "Test (PHP 7.4, symfony 5.3, highest)"
- "Static Code Analysis (8.1)"
- "Test (PHP 8, symfony 5.3, lowest)"
- "Test (PHP 8, symfony 5.3, highest)"
- "Code Coverage (8)"
- "Mutation Tests (8)"
- "Mutation Tests (8)"
- "Test (PHP 8.1, symfony 5.3, lowest)"
- "Test (PHP 8.1, symfony 5.3, highest)"
- "Code Coverage (8.1)"
- "Mutation Tests (8.1)"
- "Mutation Tests (8.1)"
strict: true

required_pull_request_reviews: null
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

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

dependencies:
- lowest
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"doctrine/persistence": "^2.2.2",
"nucleos/user-bundle": "^1.7",
"symfony/config": "^5.3",
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"
}
}
}