From 3db80fd77f8bd2172b0fd515474942d3dc52f05b Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Tue, 12 Dec 2023 13:38:34 +0100 Subject: [PATCH] Revert PHP version for bc check to 8.2 due to latest release does not support 8.3 --- .github/workflows/backward-compatibility-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backward-compatibility-check.yml b/.github/workflows/backward-compatibility-check.yml index cf4d26e8d..c573da30f 100644 --- a/.github/workflows/backward-compatibility-check.yml +++ b/.github/workflows/backward-compatibility-check.yml @@ -16,7 +16,7 @@ jobs: dependencies: - "locked" php-version: - - "8.3" + - "8.2" operating-system: - "ubuntu-latest"