Skip to content

Commit

Permalink
ci: add Deno v2 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Oct 18, 2024
1 parent 6f20123 commit 2a60e6a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,7 @@ jobs:
strategy:
fail-fast: false
matrix:
deno-version: [
v1.x,
# v2.x,
# canary
]
deno-version: [v1.x, v2.x, canary]
mysql-version: ['mysql:8.0.33']
use-compression: [0, 1]
# TODO: investigate error when using SSL (1)
Expand Down

0 comments on commit 2a60e6a

Please sign in to comment.