Skip to content

Commit

Permalink
Add support for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Nov 18, 2024
1 parent 4d30cec commit 6eb81bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer:
- ""
- "--prefer-lowest"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Changelog

--------

## 1.4.1 - 2022-04-14

### Fixed

* [Providers] Ensure the local filename is unique per text/language. ([#23](https://github.com/duncan3dc/speaker/issues/23))

### Changed

* [Support] Added support for PHP 8.2, and 8.3.

--------

## 1.4.0 - 2022-04-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require-dev": {
"aws/aws-sdk-php": "^3.219.3",
"duncan3dc/uopz-expectations": "^0.3 || ^1.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0 || ^4.0",
"mockery/mockery": "^1.5",
"nikic/php-parser": "^4.13",
"phpstan/phpstan": "^0.12.99",
Expand Down

0 comments on commit 6eb81bd

Please sign in to comment.