From 33509d9358dfa9fcc52c02d22e2c907a9ad795bd Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 25 Feb 2026 11:08:20 -0800 Subject: [PATCH] chore: update CI matrix to sonnet-4.6 and gemini-3.1-pro (#1108) --- .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 d764cc9..b1ebafc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: fail-fast: false matrix: # Note: gemini-3-flash / glm-4.7 temporarily disabled due to instability - model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, sonnet-4.6-low] + model: [gpt-5-minimal, gpt-4.1, sonnet-4.6-low, gemini-3.1-pro, haiku] steps: - name: Checkout uses: actions/checkout@v6