Skip to content

Commit

Permalink
Merge pull request #384 from braindawg/php8.2
Browse files Browse the repository at this point in the history
Bump supported versions to include PHP8.2, 8.3
  • Loading branch information
aonemd authored Oct 18, 2024
2 parents de2f722 + b01cdb9 commit 5fdb004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} Test
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then run `composer update`.

## Supported platforms

* PHP - supports PHP versions 7.3, 7.4, 8.0, and 8.1.
* PHP - supports PHP versions 7.3, 7.4, 8.0, 8.1, 8.2, and 8.3.
* Laravel - version 8.29 and above has built-in support for Pusher Channels as a [Broadcasting backend](https://laravel.com/docs/master/broadcasting).
* Other PHP frameworks - supported provided you are using a supported version of PHP.

Expand Down Expand Up @@ -514,7 +514,7 @@ Requires [phpunit](https://github.com/sebastianbergmann/phpunit).

* Run `composer install`
* Go to the `tests` directory
* Rename `config.example.php` and replace the values with valid Channels
* Rename `config.example.php` to `config.php` and replace the values with valid Channels
credentials **or** create environment variables.
* Some tests require a client to be connected to the app you defined in the
config; you can do this by opening
Expand Down

0 comments on commit 5fdb004

Please sign in to comment.