From 73d9696292a16de228468c68a4bf61d81379c43c Mon Sep 17 00:00:00 2001 From: "renovate-runner[bot]" <224860489+renovate-runner[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:56:20 +0000 Subject: [PATCH] Update dependency php to v8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe65a85..d6f93de 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wyrihaximus/github-action-wait-for-status", "description": "GitHub Action that waits for successful commit statuses and checks.", "require": { - "php": "^7.4", + "php": "^7.4 || ^8.0", "api-clients/github": "dev-main", "api-clients/psr7-http-status-exceptions": "^1.0", "api-clients/rx": "^2.2.1",