Skip to content

Commit

Permalink
.github/workflows/tests.yml
Browse files Browse the repository at this point in the history
s-damian committed Aug 23, 2024
1 parent 9571a66 commit 0febdb6
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
@@ -20,7 +20,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.15, 1.18.22]
solana-version: [1.17.34, 1.18.22]
# Node.js releases: https://nodejs.org/en/about/previous-releases
node-version: [18, 20]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ NFT Marketplace Event Ticketing - A decentralized application for managing and v
## Prerequisites

- **Rust** ```>= 1.75.0``` (last tested: ```1.80.0```) - *You can install Rust here: [Rustup](https://rustup.rs/).*
- **Solana** ```>= 1.18.15``` (last tested: ```1.18.22```) - *You can install Solana CLI here: [Solana CLI](https://solana.com/developers/guides/getstarted/setup-local-development#3-install-the-solana-cli).*
- **Solana** ```>= 1.17.34``` (last tested: ```1.18.22```) - *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: ```20```) and **npm** - *You can install Node.js and npm here: [Node.js](https://nodejs.org/en/download/package-manager).*

0 comments on commit 0febdb6

Please sign in to comment.