From 71c75a463849986a320d3076818c3b41a8dcedab Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 24 Nov 2021 21:01:42 -0500 Subject: [PATCH] Add PHP 8.1 to continuous integration tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d1fce..88001ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' fail-fast: false name: PHP ${{ matrix.php }}