From 8cd2df879bec98425b39735ed4e1bf644d311beb Mon Sep 17 00:00:00 2001 From: Hassan Azzi Date: Fri, 10 May 2024 10:12:10 +0100 Subject: [PATCH] Update ci.yml --- .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 5fe0251..f726433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2'] name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}" steps: - name: Checkout