From 1adc0f03527eb60c009fd1cc7364e41a579348a8 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 11 Sep 2023 16:58:55 +0900 Subject: [PATCH] chore: update php version to 8.2 --- .github/workflows/test-coding-standards.yml | 2 +- .github/workflows/test-rector.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 233b563297e5..cd79e13b243e 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -29,7 +29,7 @@ jobs: matrix: php-version: - '8.0' - - '8.1' + - '8.2' steps: - name: Checkout diff --git a/.github/workflows/test-rector.yml b/.github/workflows/test-rector.yml index 027047dc44d7..e29ee6ba64e7 100644 --- a/.github/workflows/test-rector.yml +++ b/.github/workflows/test-rector.yml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.2'] paths: - app - system