From 37710cd6967cf70d2a51a8297a703cc88b3aa777 Mon Sep 17 00:00:00 2001
From: Bobby Allen <ballen@bobbyallen.me>
Date: Sun, 16 Jan 2022 19:37:27 +0000
Subject: [PATCH] Updated build versions.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1439d90..2284622 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This client library is released under the [MIT license](LICENSE).
 
 ## Requirements
 
-This library is unit tested against PHP 7.3, 7.4 and 8.0!
+This library is unit tested against PHP 7.3, 7.4, 8.0 and 8.1!
 
 If you need to use an older version of PHP, you should instead install the 3.x version of this library (see below for details).
 
@@ -76,7 +76,7 @@ A set of working examples including multi-point calculations can be found in the
 
 This library is fully unit tested using [PHPUnit](https://phpunit.de/).
 
-I use GitHub Actions for continuous integration, which triggers tests for PHP 7.3, 7.4 and 8.0 everytime a commit is pushed.
+I use GitHub Actions for continuous integration, which triggers tests for PHP 7.3, 7.4, 8.0 and 8.1 everytime a commit is pushed.
 
 If you wish to run the tests yourself you should run the following: