From 5ac0f854f666c0a75944eea968bd62883ff4887e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 10 Apr 2021 02:21:15 +0200 Subject: [PATCH] add another test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 336c109..0735135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - deno: [1.x, canary, ~1.7, e7b7129b7a92b7500ded88f8f5baa25a7f59e56e] + deno: [1.x, "1.8.2", canary, ~1.7, e7b7129b7a92b7500ded88f8f5baa25a7f59e56e] steps: - uses: actions/checkout@v2