From a3acc7b0d5d1687e0351222401a78fc09c66f12b Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 14 Nov 2023 12:25:28 +0100 Subject: [PATCH] Update CI matrix --- .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 034311fe..ccb02e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] name: PHP ${{ matrix.php-versions }} steps: