Skip to content

Commit

Permalink
Add php 8.3, 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdam authored and n.gnato committed Jun 3, 2024
1 parent 6bf16a9 commit dfe9422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- 8.0
- 8.1
- 8.2
- 8.3
include:
- php: 8.4
prefer: stable
experimental: true
prefer:
- lowest
- stable
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Logger mapping configuration
- New PHP versions support

### Removed
- PHP 7.3 support
Expand Down

0 comments on commit dfe9422

Please sign in to comment.