From dc8716edbe068e9be91d443b8dff570ef9092575 Mon Sep 17 00:00:00 2001 From: Charley Wu Date: Sat, 25 Nov 2023 21:15:34 +0800 Subject: [PATCH] Update PHP version to 8.2 in CI workflow --- .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 944a2eed4..6ca1b58f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' extensions: ctype, curl, dom, gd, hash, iconv, intl, json, libxml, mbstring, pdo, simplexml, soap, zip coverage: none - name: Validate composer.json and composer.lock