From ca7ff7d63b40becc024f94fd1e0ea6aba1570c71 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Mon, 26 Jan 2026 20:15:11 -0500 Subject: [PATCH] fix(Releases): Fixes missing tagged releases - Fixes #63 adds additional release matrix entries. --- .github/workflows/release-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 20fc0d3..1b155ce 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -123,14 +123,16 @@ jobs: fail-fast: false matrix: PHP_VERSION: - - '8.0' - '8.1' - '8.2' - '8.3' + - '8.4' NODE_VERSION: - '16' - '18' - '20' + - '22' + - '24' runs-on: ubuntu-latest