From cffeb5eed38329e9b1f8b65c51577020782e9bb5 Mon Sep 17 00:00:00 2001 From: Heat module snapshot Date: Thu, 11 Jun 2026 19:34:12 +0200 Subject: [PATCH] Drop PHP 7.4 from CI matrix Keeps CI aligned with the PHP-CS-Fixer run on PHP 8.5 and the currently supported runtime set. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c310a7e..35ef729 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.1', '8.5'] + php-version: ['8.1', '8.5'] steps: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2