From 26c7125ee390286ec9ba24efa80eb369047f3d2e Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 31 Dec 2025 16:19:45 -0800 Subject: [PATCH] fix: update CI matrix from GLM 4.6 to GLM 4.7 (#440) Co-authored-by: Letta --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a73c991..17b107b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: fail-fast: false matrix: # Note: gemini-3-flash temporarily disabled due to instability - model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, glm-4.6, haiku] + model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, glm-4.7, haiku] steps: - name: Checkout uses: actions/checkout@v4