diff --git a/README.md b/README.md index e911ea2..921efef 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/Changelog.md b/docs/Changelog.md index a677e57..6a45453 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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) diff --git a/tests/README.md b/tests/README.md index 86e2836..b710a7e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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 @@ -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).