Skip to content

Commit

Permalink
Merge pull request #79 from kstepanovdev/update-solana-version
Browse files Browse the repository at this point in the history
[mtg-1007] update solana version to 2
  • Loading branch information
RequescoS authored Dec 4, 2024
2 parents 6ccbd93 + 3d27753 commit ab3f8aa
Show file tree
Hide file tree
Showing 18 changed files with 842 additions and 823 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions_for_test="1.18.15"
versions_for_test="stable"
2 changes: 1 addition & 1 deletion .github/workflows/build_on_ubuntu_20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install solana
run: |
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.13.5/install/solana-install-init.sh | sh -s - 1.13.7
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
- name: Test geyser plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_on_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install solana
run: |
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.13.5/install/solana-install-init.sh | sh -s - 1.13.7
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
- name: Test geyser plugin
Expand Down
Loading

0 comments on commit ab3f8aa

Please sign in to comment.