From 8cca4ea84fb177934d1aca2cfe2dabbfba0f9a53 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sun, 18 Jan 2026 20:08:46 +0900 Subject: [PATCH] Update Phan to 6.0.0 --- .github/actions/setup-php/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-php/action.yaml b/.github/actions/setup-php/action.yaml index fbb2153..d2971a6 100644 --- a/.github/actions/setup-php/action.yaml +++ b/.github/actions/setup-php/action.yaml @@ -12,7 +12,7 @@ inputs: tools: description: 'Comma-separated list of tools to install' required: false - default: composer:2.8.12, phan:6.0.0-beta + default: composer:2.8.12, phan:6.0.0 runs: using: "composite"