Skip to content

Commit

Permalink
Drop PHP 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 3, 2021
1 parent 7a3afcc commit b0b5d28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ branches:
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)"
- "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)"
- "Code Coverage (7.4)"
- "Mutation Tests (7.4)"
strict: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
strategy:
matrix:
php-version:
- 7.3
- 7.4
- 8.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"doctrine/common": "^2.12 || ^3.0",
"doctrine/dbal": "^2.6",
"doctrine/event-manager": "^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 @@ -23,7 +23,7 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.4"
}
}
}

0 comments on commit b0b5d28

Please sign in to comment.