Skip to content

Commit

Permalink
Merge pull request #225 from netglue/drop-php-8.0
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0
  • Loading branch information
gsteel authored May 4, 2023
2 parents 7722144 + 5ebdca7 commit e88f0bb
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 160 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
extensions: pcov
coverage: pcov
ini-values: pcov.enabled=1
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "8.2"
ini-values: memory_limit=-1
- uses: "ramsey/[email protected]"
- run: composer global config bin-dir /usr/local/bin
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php-http/discovery": false
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"autoload": {
Expand All @@ -33,7 +33,7 @@
}
},
"require": {
"php": "~8.0 || ~8.1 || ~8.2",
"php": "~8.1 || ~8.2",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0||^3.0",
"gsteel/dot": "^1.5",
Expand All @@ -60,7 +60,7 @@
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-servicemanager": "^3.20",
"lctrs/psalm-psr-container-plugin": "^1.9",
"mezzio/mezzio-fastroute": "^3.8",
"mezzio/mezzio-fastroute": "^3.9",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.5.1",
"phpunit/phpunit": "^9.6.7",
Expand Down
Loading

0 comments on commit e88f0bb

Please sign in to comment.