Skip to content

Commit

Permalink
remove tests for old deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnattic committed Feb 11, 2021
1 parent d6c7e47 commit ed3b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
deno: [1.2.0, 1.7.1]
deno: [1.7.1]
name: Deno ${{ matrix.deno }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit ed3b865

Please sign in to comment.