Skip to content

Commit

Permalink
Drop PHP 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 2, 2021
1 parent 735338b commit ab94748
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

steps:
- name: "Checkout"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "highest"
include:
- dependencies: "lowest"
php-version: "7.3"
php-version: "7.4"

steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

steps:
- name: "Checkout code"
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

steps:
- name: Checkout code
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["tracy", "bluescreen", "error", "debug", "debugger", "exceptions", "bundle"],
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
Expand All @@ -15,7 +15,7 @@
"require-dev": {
"cdn77/coding-standard": "^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"mikey179/vfsstream": "^1.6",
"mikey179/vfsstream": "^1.6.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.99",
"phpstan/phpstan-phpunit": "0.12.22",
Expand All @@ -35,9 +35,6 @@
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.0"
}
"sort-packages": true
}
}

0 comments on commit ab94748

Please sign in to comment.