We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270b1f2 commit 07faca1Copy full SHA for 07faca1
.github/workflows/_test.yml
@@ -21,7 +21,7 @@ jobs:
21
# TODO - periodically check if conditional services are supported; https://github.com/actions/runner/issues/822
22
services:
23
devnet:
24
- image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:0.0.5-seed0' || '' }}
+ image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:0.0.7-seed0' || '' }}
25
ports:
26
- 5050:5050
27
0 commit comments