Skip to content

Commit

Permalink
Added support for PHP 8.3, updated CI file for the same
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 15, 2024
1 parent e8f2a23 commit b8e19f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
php-version: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
protocol: [ 'json', 'msgpack' ]
ignorePlatformReq: [ '' ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a PHP REST client library for Ably. The library currently targets the [A

## Supported Platforms

This SDK supports PHP 7.2+, 8.0, 8.1 and 8.2
This SDK supports PHP >=7.2

We regression-test the library against a selection of PHP versions (which will change over time, but usually consists of the versions that are supported upstream). Please refer to [the check workflow](.github/workflows/check.yml) for the set of versions that currently undergo CI testing.

Expand Down

0 comments on commit b8e19f6

Please sign in to comment.