diff options
author | Valery Piashchynski <[email protected]> | 2022-03-31 12:39:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-31 12:39:11 +0200 |
commit | 133e19f6952b1fe76ada4b903cb8ec13816827d5 (patch) | |
tree | 249cd1d72661c984493ef19b4d0f47346e5909e6 /README.md | |
parent | 2c8b5fdfda79a2192ecb099e0b11bc0ba0620129 (diff) | |
parent | 1d59242f71584f815c230d930d98b8f5079aa5b1 (diff) |
[#1078]: release: `v2.8.8`v2.8.8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ <p align="center"> <a href="https://packagist.org/packages/spiral/roadrunner"><img src="https://poser.pugx.org/spiral/roadrunner/version"></a> <a href="https://pkg.go.dev/github.com/roadrunner-server/roadrunner/v2?tab=doc"><img src="https://godoc.org/github.com/roadrunner-server/roadrunner/v2?status.svg"></a> - <a href="https://codecov.io/gh/roadrunner-server/roadrunner/"><img src="https://codecov.io/gh/roadrunner-server/roadrunner/branch/master/graph/badge.svg"></a> + <a href="https://codecov.io/gh/roadrunner-server/roadrunner/"><img src="https://codecov.io/gh/roadrunner-server/roadrunner/branch/stable/graph/badge.svg"></a> <a href="https://github.com/roadrunner-server/roadrunner/actions"><img src="https://github.com/roadrunner-server/roadrunner/workflows/Linux/badge.svg" alt=""></a> <a href="https://github.com/roadrunner-server/roadrunner/actions"><img src="https://github.com/roadrunner-server/roadrunner/workflows/Linters/badge.svg" alt=""></a> - <a href="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/"><img src="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/branch/master/graph/badge.svg"></a> + <a href="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/"><img src="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/branch/stable/graph/badge.svg"></a> <a href="https://github.com/roadrunner-server/rr-e2e-tests/actions"><img src="https://github.com/roadrunner-server/rr-e2e-tests/workflows/Linux/badge.svg" alt=""></a> <a href="https://github.com/roadrunner-server/rr-e2e-tests/actions"><img src="https://github.com/roadrunner-server/rr-e2e-tests/workflows/Linters/badge.svg" alt=""></a> <a href="https://goreportcard.com/report/github.com/roadrunner-server/roadrunner"><img src="https://goreportcard.com/badge/github.com/roadrunner-server/roadrunner"></a> @@ -20,7 +20,7 @@ RoadRunner is an open-source (MIT licensed) high-performance PHP application ser It supports running as a service with the ability to extend its functionality on a per-project basis. RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup -with much greater performance and flexibility. +with much greater performance and flexibility. ## Join our discord server: [Link](https://discord.gg/TFeEmCs) |