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 baeff82 commit 4312f25Copy full SHA for 4312f25
1 file changed
.github/workflows/rpc.yml
@@ -12,8 +12,8 @@ concurrency:
12
13
jobs:
14
rpc:
15
- name: RPC integration tests
16
- uses: stellar/stellar-rpc/.github/workflows/integration-tests.yml@main
+ uses: stellar/stellar-rpc/.github/workflows/integration-tests.yml
17
with:
+ rpc_git_ref: protocol-next
18
core_git_ref: ${{ github.sha }}
19
- protocol_version: '25'
+ protocol_version: '26'
0 commit comments