Skip to content

Commit

Permalink
Merge pull request #48 from edersoares/drop-support-php8.0
Browse files Browse the repository at this point in the history
Drop support to PHP 8.0
  • Loading branch information
edersoares authored Aug 22, 2023
2 parents 4734044 + 3d47e03 commit cfdb4af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1
- 8.2
composer-version:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"composer-plugin-api": "^2.3"
},
Expand Down

0 comments on commit cfdb4af

Please sign in to comment.