Skip to content

Commit

Permalink
ci: update verify
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 29, 2023
1 parent 2932d59 commit 2602a6b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
typescript-version: ['5.0.4', '5.1.6', 'latest', '5.3.0-beta']
typescript-version: ['5.0.4', '5.1.6', '5.2.2', 'latest']
viem-version: ['beta']

steps:
Expand Down Expand Up @@ -90,7 +90,8 @@ jobs:
matrix:
shard: [1, 2, 3]
total-shards: [3]
viem-version: ['beta']
# TODO: Enable Viem version after stable release
# viem-version: ['beta']

steps:
- name: Clone repository
Expand All @@ -99,8 +100,8 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- run: pnpm add -D -w viem@${{ matrix.viem-version }}
- run: pnpm version:update:viem
# - run: pnpm add -D -w viem@${{ matrix.viem-version }}
# - run: pnpm version:update:viem

- name: Run tests
uses: nick-fields/retry@v2
Expand All @@ -115,4 +116,4 @@ jobs:
VITE_OPTIMISM_FORK_URL: ${{ secrets.VITE_OPTIMISM_FORK_URL }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3

0 comments on commit 2602a6b

Please sign in to comment.