From 319eecdab8f4efc1c0ec281a00f2e6d846714a6d Mon Sep 17 00:00:00 2001 From: "renovate-runner[bot]" <224860489+renovate-runner[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:28:16 +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",