From b140c201a75f1ea37231a5fdb42858b3f63b0809 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 4 Jul 2023 12:16:06 +1000 Subject: [PATCH] chore(ci): test on stable --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7ff001e003b..75fa0ba48009 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,9 @@ jobs: strategy: fail-fast: false matrix: - deno: [canary] + deno: + - v1.x + - canary os: - ubuntu-22.04 - windows-2022