Skip to content

Commit

Permalink
Drop support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 1, 2021
1 parent e669448 commit 997ac90
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 @@ -112,7 +112,6 @@ jobs:
strategy:
matrix:
php-version:
- 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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"nucleos/user-bundle": "^1.7",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
Expand Down

0 comments on commit 997ac90

Please sign in to comment.