From 7a5c32b338c34993ac272a2d9ec89a4a2b0ab4f5 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Mon, 1 Dec 2025 19:35:53 +0100 Subject: [PATCH] Testing PHP 8.1 is unnecessary after we dropped support for it. --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 0dbddf8f72..73cf358c57 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -46,7 +46,7 @@ jobs: image: pipelinecomponents/php-codesniffer:latest strategy: matrix: - PHPVERSION: ["8.1", "8.2", "8.3", "8.4"] + PHPVERSION: ["8.2", "8.3", "8.4"] steps: - run: apk add git - uses: actions/checkout@v4