From 4da1b7bc04eaeb9b7a9552281e6e4e27fca547a0 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Wed, 10 Aug 2022 17:57:16 +0900 Subject: [PATCH] Test on PHP 8.1 (#34) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f50f278..2ef08ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - 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'] name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}