Skip to content

Commit

Permalink
.github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 23, 2024
1 parent a1f546f commit 226c554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Rust releases: https://releases.rs/
rust-version: [1.75.0, 1.80.0]
# Solana releases: https://github.com/solana-labs/solana/tags
solana-version: [1.18.22]
solana-version: [v1.18.17, v1.18.22],
# Node.js releases: https://nodejs.org/en/about/previous-releases
node-version: [18, 20]

Expand All @@ -40,7 +40,7 @@ jobs:

- name: Install Solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/v${{ matrix.solana-version }}/install)"
sh -c "$(curl -sSfL https://release.solana.com/${{ matrix.solana-version }}/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
solana --version || echo "Solana version not found"
Expand Down

0 comments on commit 226c554

Please sign in to comment.