Skip to content

Commit

Permalink
Solana 1.18.25
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Nov 23, 2024
1 parent ad9b817 commit 01a1bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Node.js releases: https://nodejs.org/en/about/previous-releases
node-version: [18, 23]
# Solana releases: https://github.com/solana-labs/solana/tags
solana-version: [1.18.14, 1.18.26]
solana-version: [1.18.14, 1.18.25]
# Anchor releases: https://github.com/coral-xyz/anchor/tags
anchor-version: [0.30.1] # Keep ONLY ONE version.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See more images here:
## Prerequisites

- **Rust** `>= 1.75.0` (last tested: `1.82.0`) - *You can install Rust here: [Rustup](https://rustup.rs/).*
- **Solana** `>= 1.18.14` (last tested: `1.18.26`) - *You can install Solana CLI here: [Solana CLI](https://solana.com/developers/guides/getstarted/setup-local-development#3-install-the-solana-cli).*
- **Solana** `>= 1.18.14` (last tested: `1.18.25`) - *You can install Solana CLI here: [Solana CLI](https://solana.com/developers/guides/getstarted/setup-local-development#3-install-the-solana-cli).*
- **Anchor** `0.30.1` - *You can install Anchor here: [Anchor](https://www.anchor-lang.com/).*
- **Node.js** `>= 18` (last tested: `23`) and **npm** - *You can install Node.js and npm here: [Node.js](https://nodejs.org/en/download/package-manager).*

Expand Down

0 comments on commit 01a1bd6

Please sign in to comment.