Skip to content

Commit

Permalink
Drop support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Aug 25, 2023
1 parent fb20e47 commit b3ef24c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"overblog/promise-adapter": "self.version"
},
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"guzzlehttp/promises": "^1.5.0 || ^2.0.0",
Expand Down

0 comments on commit b3ef24c

Please sign in to comment.