From 11121ec8f9c9aabd59a4c4a07df9d2a045b7d8cb Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Mon, 26 Jan 2026 00:18:32 -0500 Subject: [PATCH] fix(GHA Releases): Fixes missing PHP 8.0 Releases Removal - Properly removes PHP 8.0 builds from the final releases GHA workflow. --- .github/workflows/release-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 5edf27b..20fc0d3 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,6 @@ jobs: fail-fast: false matrix: PHP_VERSION: - - '8.0' - '8.1' - '8.2' - '8.3'