Skip to content

Commit

Permalink
Drop php 7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-is committed Jul 12, 2022
1 parent 50948e1 commit 2bd795f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -21,7 +21,7 @@ jobs: # Docs: <https://git.io/JvxXE>
setup: [basic, lowest]
laravel: [default]
coverage: [yes]
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0']
include:
- php: '7.3'
setup: basic
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

- Support Laravel `9.x`

### Changed

- Minimal required PHP version now is `7.3`

## v4.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"ext-json": "*",
"avto-dev/static-references-data": "^3.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0"
Expand Down

0 comments on commit 2bd795f

Please sign in to comment.