From 8a5cb2496791b485f0ae8f994d75d98fb3ca722d Mon Sep 17 00:00:00 2001 From: William Hall Date: Wed, 1 Dec 2021 09:34:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=208.1=20to=20testing=20to=20?= =?UTF-8?q?confirm=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b31e23..0b83fff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] steps: - uses: actions/checkout@v2