Skip to content

Commit c519533

Browse files
authored
Update README.md
1 parent c7238b7 commit c519533

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
SimpleFork
22
===================
33

4-
This is a fork of `jenner/simple_fork` compatible with PHP 7.2/3/4/ and 8.0/1/2
4+
This is a fork of `jenner/simple_fork` compatible with these PHP versions:
5+
6+
- 7.2
7+
- 7.3
8+
- 7.4
9+
- 8.0
10+
- 8.1
11+
- 8.2
12+
- 8.3
13+
- 8.4
514

615
[![codecov](https://codecov.io/github/maksimovic/simple-fork-php/graph/badge.svg?token=9kZkI3EaGv)](https://codecov.io/github/maksimovic/simple-fork-php)
716
![build status](https://github.com/maksimovic/simple-fork-php/actions/workflows/ci.yml/badge.svg)
@@ -259,4 +268,4 @@ $pool->execute(new \Jenner\SimpleFork\Process(new TestRunnable()));
259268
$pool->execute(new \Jenner\SimpleFork\Process(new TestRunnable()));
260269

261270
$pool->wait();
262-
```
271+
```

0 commit comments

Comments
 (0)