From e69d1de7d7c25f3b890ece965c873daf65ec3d44 Mon Sep 17 00:00:00 2001 From: "Brian H. Buchholz" <4773480+bhb603@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:54:12 -0500 Subject: [PATCH] update test matrix --- .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 d09271897e3..8b7f5424870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - deno: ["v2.x", "canary"] + deno: ["v2.x", "v2.0.x", "canary"] os: [macOS-latest, windows-latest, ubuntu-latest] include: - os: ubuntu-latest