From ca2a3c588105a69069dfaafca11e50da7453c16a Mon Sep 17 00:00:00 2001 From: Lasse Mammen Date: Tue, 5 Apr 2022 12:04:57 +0100 Subject: [PATCH] feat: add php8.1 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae1ad66..a5aac08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] phpunit-versions: ['latest'] steps: