From 18980f9b5036876378f3471b2cf889e9538ac493 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 23 Nov 2021 21:06:51 +0545 Subject: [PATCH] Run PHP 8.1 in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c56eae..126e30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: include: - php-versions: '7.1' cs-fixer: false + - php-versions: '8.1' + cs-fixer: false steps: - name: Checkout uses: actions/checkout@v2