Skip to content

Commit

Permalink
ci: Use Deno 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed May 14, 2021
1 parent 8b1c9e0 commit b1ea655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
deno-version: ["v1.9", "canary"]
deno-version: ["v1.9", "v1.10", "canary"]

steps:
- name: Checkout source
Expand All @@ -38,9 +38,9 @@ jobs:

name: Codegen w/ ${{ matrix.deno-version }}
strategy:
fail-fast: false
matrix:
deno-version: ["v1.9", "canary"]
deno-version: ["v1.9", "v1.10", "canary"]
fail-fast: false # run each branch to completion

steps:
- name: Checkout source, incl aws-sdk-js
Expand Down

0 comments on commit b1ea655

Please sign in to comment.