From c5316ba00912eb7a67fae45a4d8bb732d2acae2b Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 30 May 2022 23:58:59 +0200 Subject: [PATCH] Update link to test runs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 416aa6c2..9f51ded4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GameQ is a PHP library that allows you to query multiple types of multiplayer game & voice servers at the same time. ## Requirements -* PHP 5.6.40+ - [Tested](https://travis-ci.org/Austinb/GameQ) in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 & 8.2-dev +* PHP 5.6.40+ - [Tested]([https://travis-ci.org/Austinb/GameQ](https://github.com/Austinb/GameQ/actions/workflows/Tests.yml)) in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 & 8.2-dev * [Bzip2](http://www.php.net/manual/en/book.bzip2.php) - Used for A2S Compressed responses ## Installation