From 5b458e31b0dbaf593d14352e748c5cf5292ca3c5 Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Fri, 2 Dec 2022 16:57:12 +0530 Subject: [PATCH] Add PHP 8.2 run on CI --- .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 39b3d0d..b0f95f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] runs-on: ${{ matrix.operating-system }} steps: - uses: actions/checkout@v2