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 0096d32 commit d02a0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:
# 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.21, 1.18.22]
solana-version: [1.18.15, 1.18.21, 1.18.22]
# Node.js releases: https://nodejs.org/en/about/previous-releases
node-version: [18, 20]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ NFT Marketplace Event Ticketing - A decentralized application for managing and v

## Prerequisites

- **Rust** ```>= 1.75.0``` - *You can install Rust here: [Rustup](https://rustup.rs/).*
- **Solana** ```>= 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).*
- **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).*
- **Anchor** ```0.30.1``` - *You can install Anchor here: [Anchor](https://www.anchor-lang.com/).*
- **Node.js** ```>= 18``` and **npm** - *You can install Node.js and npm here: [Node.js](https://nodejs.org/en/download/package-manager).*
- **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).*


## Technologies
Expand Down

0 comments on commit d02a0cb

Please sign in to comment.