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
akondas committed Sep 19, 2023
1 parent 93a33ae commit e8364e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"

runs-on: ubuntu-latest

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10"
"friendsofphp/php-cs-fixer": "^3.27",
"phpunit/phpunit": "^9.6.13",
"phpstan/phpstan": "^1.10.35"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e8364e7

Please sign in to comment.