Skip to content

Commit 2b362c7

Browse files
authored
chore: update PROTOCOL_VERSION to 24 in test-deploy.yml (#747)
1 parent 79bcca9 commit 2b362c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ENABLE_LOGS: true
2929
NETWORK: local
3030
ENABLE_SOROBAN_RPC: true
31-
PROTOCOL_VERSION: 22
31+
PROTOCOL_VERSION: 24
3232
options: >-
3333
--health-cmd "curl --no-progress-meter --fail-with-body -X POST \"http://localhost:8000/soroban/rpc\" -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":8675309,\"method\":\"getNetwork\"}' && curl --no-progress-meter \"http://localhost:8000/friendbot\" | grep '\"invalid_field\": \"addr\"'"
3434
--health-interval 10s

0 commit comments

Comments
 (0)