Skip to content

Commit

Permalink
Merge branch 'develop' into anchor-dep-update-aaron
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 authored Jul 31, 2024
2 parents b601e7c + f2ca801 commit e81d24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inside_k8 = false
network = "localnet"
user = "default"
stateful_db = false
devnet_image = "solanalabs/solana:v1.18.18"
devnet_image = "solanalabs/solana:v1.18.20"

[OCR2]
node_count = 6
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-solana-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euxo pipefail

sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.20/install)"
echo "PATH=$HOME/.local/share/solana/install/active_release/bin:$PATH" >> $GITHUB_ENV

0 comments on commit e81d24d

Please sign in to comment.