Skip to content

Commit

Permalink
Remove PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Smirnov committed Jun 25, 2024
1 parent 5c5ed7e commit 6412b22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
php-version:
- 7.2
- 7.3
- 7.4
- 8.0
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 @@
}
},
"require": {
"php": "^7.2|^8.0"
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit 6412b22

Please sign in to comment.