Skip to content

Commit

Permalink
chore: only CI against Deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Nov 30, 2024
1 parent deee889 commit f9828ce
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["v1.x", canary]
version: ["2.0.X", "2.1.X"]
steps:
- name: clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f9828ce

Please sign in to comment.