Skip to content

Commit b6e850c

Browse files
committed
Bump Deno versions
1 parent 84eab76 commit b6e850c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
deno-version:
16-
- v1.10
1716
- v1.11
18-
- v1.12
1917
- v1.13
20-
- v1.14
18+
- v1.15
19+
- v1.17
2120
- canary
2221
fail-fast: false # run each branch to completion
2322

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ try {
174174

175175
This package supports the following minimum versions:
176176

177-
- Runtime: `deno >= ?`
177+
- Runtime: `deno >= v1.11`
178178

179179
Earlier versions may still work, but we encourage people building new applications to upgrade to the current stable.
180180

0 commit comments

Comments
 (0)