From 24e89aec33e9d2bb4f33246078c2fd02f6433f2a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 4 Oct 2024 14:03:47 +0900 Subject: [PATCH] Update PHP version to 8.3 in GitHub workflows Upgraded PHP version from 8.1 to 8.3 in both static-analysis and coding-standards workflows. This ensures compatibility with the latest features and improvements in PHP 8.3. --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index aa14250..1a6e733 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -9,4 +9,4 @@ jobs: cs: uses: ray-di/.github/.github/workflows/coding-standards.yml@v1 with: - php_version: 8.1 + php_version: 8.3 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f4e64bf..ffae3d5 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -9,5 +9,5 @@ jobs: sa: uses: ray-di/.github/.github/workflows/static-analysis.yml@v1 with: - php_version: 8.1 + php_version: 8.3 has_crc_config: false