Skip to content

Commit

Permalink
Merge pull request #149 from Textalk/v1.5-master
Browse files Browse the repository at this point in the history
v1.5.5
  • Loading branch information
Sören Jensen authored Aug 7, 2021
2 parents 8ff2904 + 27f3864 commit 846542f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,
Ignas Bernotas, Mark Herhold, Andreas Palm, Sören Jensen, pmaasz, Alexey Stavrov,
Michael Slezak, Pierre Seznec, rmeisler, Nickolay V. Shmyrev, Christoph Kempen,
Marc Roberts.
Marc Roberts, Antonio Mora, Simon Podlipsky.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

> PHP version `^7.2|^8.0`
### `1.5.5`

* Support for psr/log v2 and v3 (@simPod)
* GitHub Actions replaces Travis (@sirn-se)

### `1.5.4`

* Keep open connection on read timeout (@marcroberts)
Expand Down
6 changes: 3 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unit tests with [PHPUnit](https://phpunit.readthedocs.io/).

## How to run

To run all test, simply run in console.
To run all test, run in console.

```
make test
Expand All @@ -14,8 +14,8 @@ make test

## Continuous integration

[Travis](https://travis-ci.org/Textalk/websocket-php) is run on PHP versions
`5.4`, `5.5`, `5.6`, `7.0`, `7.1`, `7.2`, `7.3` and `7.4`.
GitHub Actions are run on PHP versions
`7.2`, `7.3`, `7.4` and `8.0`.

Code coverage by [Coveralls](https://coveralls.io/github/Textalk/websocket-php).

Expand Down

0 comments on commit 846542f

Please sign in to comment.