Skip to content

Commit

Permalink
PHP8 also reached EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Feb 17, 2024
1 parent b66f55a commit 9d77293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3']
composer-flags: ["--prefer-lowest --prefer-stable", ""]
fail-fast: false
services:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"nesbot/carbon": "^2.67 || ^3.0",
Expand Down

0 comments on commit 9d77293

Please sign in to comment.