Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PHP Dependencies and run tests with PHP 8.3 (#237)
# Summary <!-- Required --> Updates PHP dev dependencies (patch versions) and PHP in composer to support PHP < 9. This PR will also add a CI workflow to run tests in PHP 8.3. ### Closes: #236 ## Contributor checklist <!-- Required --> <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you are unsure about any of these, please ask for clarification. We are here to help! --> - [x] I agree to follow this project's [**Code of Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md). - [x] I have updated the documentation accordingly - [x] I have added tests to cover changes introduced by this pull request - [x] All new and existing tests pass ## Testing <!-- Required --> - [ ] Unit tests pass with PHP 8.3 and previous PHP versions <!-- List any configuration requirements for testing. --> ### Reviewer checklist <!-- Required --> <!-- The following checklist is for the reviewer: add any steps that may be relevant while reviewing this pull request --> - [ ] Code changes review - [ ] Documentation changes review - [ ] Unit tests pass - [ ] Static analysis passes ## After merge - [ ] Tag v1.0.1
- Loading branch information