From f3b6078a5c7cc3661d3aaa378260ddc29eabc097 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Fri, 10 Feb 2023 20:43:02 +0200 Subject: [PATCH] Run tests on PHP 8.2 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8293a6..e2d5d5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - php: [7.4, 8.0, 8.1] + php: [7.4, 8.0, 8.1, 8.2] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2