Skip to content

Commit

Permalink
Add support for PHP v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 24, 2023
1 parent 414b6ff commit dbaa82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
name: Run Unit Test on PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to `Slytherin` will be documented in this file.
- `RouteInterface` for handling specific routes
- Support for all versions of `http-interop/http-middleware` (`0.3`, `0.4`, `0.5`)
- `ERRATUM.md` for changes in `README.md` for specified versions
- `UPGRADE.md` for documentation on how to upgrade versions with BC breaks
- Support versions for PHP `v8.3`

### Changed
- Third-party packages in `Routing` extends to Slytherin's `Dispatcher`, `Router`
Expand Down

0 comments on commit dbaa82f

Please sign in to comment.