Skip to content

Commit

Permalink
chore: drop support for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 5, 2021
1 parent 3caa99d commit 79b8a5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
fail-fast: false
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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2 || ^8",
"php": "^7.3 || ^8",
"symfony/polyfill-php81": "^1.23"
},
"require-dev": {
Expand Down

0 comments on commit 79b8a5c

Please sign in to comment.