Skip to content

Commit

Permalink
Run CI on Canari and latest 1.X
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox authored Sep 18, 2024
1 parent cda0a77 commit a9f0858
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
version: ["v1.x", canary]

steps:
- name: Setup repo
uses: actions/checkout@v3
Expand All @@ -30,7 +33,7 @@ jobs:
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
deno-version: ${{ matrix.version }}

# Uncomment this step to verify the use of 'deno fmt' on each commit.
# - name: Verify formatting
Expand Down

0 comments on commit a9f0858

Please sign in to comment.