Skip to content

Commit

Permalink
Use 0_7 for rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Oct 16, 2024
1 parent 8b4c22b commit c25da3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
needs: [validate_dev]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.DEV_SEPOLIA_URL }}/v0_6
STARKNET_RPC: ${{ secrets.DEV_SEPOLIA_URL }}/v0_7

dev-starknet-js-tests:
needs: [validate_dev]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
needs: [promote_to_staging]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.STAGING_SEPOLIA_URL }}/v0_6
STARKNET_RPC: ${{ secrets.STAGING_SEPOLIA_URL }}/v0_7

staging-starknet-js-tests:
needs: [promote_to_staging]
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
needs: [test_in_production]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.PROD_SEPOLIA_URL }}/v0_6
STARKNET_RPC: ${{ secrets.PROD_SEPOLIA_URL }}/v0_7

prod-starknet-js-tests:
needs: [test_in_production]
Expand Down

0 comments on commit c25da3f

Please sign in to comment.