Skip to content

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Oct 26, 2023
1 parent 32ea7cc commit 5b59775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
SCARB_VERSION: 0.7.0
STARKNET_FOUNDRY_VERSION: 1.0.0
STARKNET_FOUNDRY_VERSION: 0.9.0

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions book/src/continuous-integration/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The "Test" GitHub Actions workflow (`test.yml`) ensures the code's integrity by

**Environment Variables:**
- **SCARB_VERSION:** Specifies the Scarb version, currently set to `0.7.0`.
- **STARKNET_FOUNDRY_VERSION:** Defines the version of Starknet Foundry, currently set to `1.0.0`.
- **STARKNET_FOUNDRY_VERSION:** Defines the version of Starknet Foundry, currently set to `0.9.0`.

**Jobs:**
1. **Test & Check Job**:
Expand All @@ -198,7 +198,7 @@ on:
- main
env:
SCARB_VERSION: 0.7.0
STARKNET_FOUNDRY_VERSION: 1.0.0
STARKNET_FOUNDRY_VERSION: 0.9.0
jobs:
check:
Expand Down

0 comments on commit 5b59775

Please sign in to comment.