Skip to content

Commit

Permalink
ci: remove rc from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong145 committed Sep 23, 2024
1 parent f9bad42 commit 7ae9526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
deno-version: [1.39.1, 1.38.1, 1.41.3, 1.45.5, 1.46.3, 2.0.0-rc.4]
deno-version: [1.39.1, 1.38.1, 1.41.3, 1.45.5, 1.46.3]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7ae9526

Please sign in to comment.