Skip to content

Commit 846542f

Browse files
author
Sören Jensen
authored
Merge pull request #149 from Textalk/v1.5-master
v1.5.5
2 parents 8ff2904 + 27f3864 commit 846542f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
6464
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,
6565
Ignas Bernotas, Mark Herhold, Andreas Palm, Sören Jensen, pmaasz, Alexey Stavrov,
6666
Michael Slezak, Pierre Seznec, rmeisler, Nickolay V. Shmyrev, Christoph Kempen,
67-
Marc Roberts.
67+
Marc Roberts, Antonio Mora, Simon Podlipsky.

docs/Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
> PHP version `^7.2|^8.0`
88
9+
### `1.5.5`
10+
11+
* Support for psr/log v2 and v3 (@simPod)
12+
* GitHub Actions replaces Travis (@sirn-se)
13+
914
### `1.5.4`
1015

1116
* Keep open connection on read timeout (@marcroberts)

tests/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Unit tests with [PHPUnit](https://phpunit.readthedocs.io/).
55

66
## How to run
77

8-
To run all test, simply run in console.
8+
To run all test, run in console.
99

1010
```
1111
make test
@@ -14,8 +14,8 @@ make test
1414

1515
## Continuous integration
1616

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

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

0 commit comments

Comments
 (0)