Skip to content
This repository has been archived by the owner on Sep 18, 2022. 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 34d9040 commit e3ced7b
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 @@ -14,18 +14,18 @@ branches:
enforce_admins: false
required_status_checks:
contexts:
- "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 @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0

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

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

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

steps:
- name: "Checkout"
Expand Down Expand Up @@ -207,7 +206,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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^8.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"symfony/config": "^4.2 || ^5.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 e3ced7b

Please sign in to comment.