Skip to content

Commit

Permalink
CI: update scarb & starknet-foundry version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Aug 30, 2024
1 parent 11d0d92 commit 6ff57c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arkproject-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.5.4
scarb-version: 2.7.1
- name: Check Scarb Formatting
run: cd contracts && scarb fmt --check
test:
Expand All @@ -36,12 +36,12 @@ jobs:
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.5.4
scarb-version: 2.7.1

- name: Setup Starknet Foundry
uses: foundry-rs/setup-snfoundry@v2
with:
starknet-foundry-version: 0.18.0
starknet-foundry-version: 0.28.0

- name: Test ark_common contracts
run: cd contracts/ark_common && snforge test
Expand Down

0 comments on commit 6ff57c3

Please sign in to comment.