From bccbef856d67b1101d8ec51b869669557cde4f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 24 Jan 2024 10:58:37 +0100 Subject: [PATCH] Bump to php8.2 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ddb11f9..f92b2e34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: php-version: - - 8.1 + - 8.2 code-quality: name: "Code quality checks" runs-on: ubuntu-20.04 @@ -62,7 +62,7 @@ jobs: - "ts:lint" - "php:cs-fixer" php-version: - - 8.1 + - 8.2 tests: runs-on: ubuntu-latest strategy: