Skip to content

Commit

Permalink
update soroban-dev image to use preview 11 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Sep 13, 2023
1 parent 69a1089 commit ca30677
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
arch: amd64
tag: soroban-dev-amd64
core_ref: soroban-preview-10-July20
core_ref: soroban-preview-11-Sep13
core_configure_flags: --disable-tests --enable-next-protocol-version-unsafe-for-production
go_ref: soroban-v0.0.9.1
soroban_tools_ref: v0.9.2
go_ref: soroban-v0.10.0
soroban_tools_ref: v0.10.0
test_matrix: |
{
"network": ["standalone"],
Expand All @@ -52,11 +52,11 @@ jobs:
with:
arch: arm64
tag: soroban-dev-arm64
core_ref: soroban-preview-10-July20
core_ref: soroban-preview-11-Sep13
core_configure_flags: --disable-tests --enable-next-protocol-version-unsafe-for-production
core_build_runner_type: ubuntu-latest-16-cores
go_ref: soroban-v0.0.9.1
soroban_tools_ref: v0.9.2
go_ref: soroban-v0.10.0
soroban_tools_ref: v0.10.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
{
Expand Down

0 comments on commit ca30677

Please sign in to comment.