We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eab76 commit b6e850cCopy full SHA for b6e850c
.github/workflows/ci.yml
@@ -13,11 +13,10 @@ jobs:
13
strategy:
14
matrix:
15
deno-version:
16
- - v1.10
17
- v1.11
18
- - v1.12
19
- v1.13
20
- - v1.14
+ - v1.15
+ - v1.17
21
- canary
22
fail-fast: false # run each branch to completion
23
README.md
@@ -174,7 +174,7 @@ try {
174
175
This package supports the following minimum versions:
176
177
-- Runtime: `deno >= ?`
+- Runtime: `deno >= v1.11`
178
179
Earlier versions may still work, but we encourage people building new applications to upgrade to the current stable.
180
0 commit comments