Skip to content

Commit

Permalink
Drop support for PHP 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craig410 committed Feb 8, 2024
1 parent 2eea805 commit 3cc8cc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ jobs:
fail-fast: false
matrix:
php_version:
- '8.0'
- '8.1'
- '8.2'
dependencies:
- 'default'
include:
- php_version: '8.0'
dependencies: 'lowest'
- php_version: '8.1'
dependencies: 'lowest'
- php_version: '8.2'
dependencies: 'lowest'
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Unreleased

### v1.3.0 (2024-02-08)

* Drop support for PHP 8.0 and 8.1
* Support PSR log v2 and v3

### v1.2.0 (2022-10-17)

* Support PHP 8.1 and PHP 8.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.2.0",
"ingenerator/warden-core": "^1.2",
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
Expand Down

0 comments on commit 3cc8cc0

Please sign in to comment.