Skip to content

Commit cf49e53

Browse files
committed
bumped setup solana v5.9
1 parent 40aed81 commit cf49e53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/solana-native.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install pnpm
181181
npm install --global pnpm
182182
- name: Setup Solana stable
183-
uses: heyAyushh/setup-solana@v5.5
183+
uses: heyAyushh/setup-solana@v5.9
184184
with:
185185
solana-cli-version: stable
186186
- name: Build and Test with Stable
@@ -189,16 +189,16 @@ jobs:
189189
solana -V
190190
rustc -V
191191
process_projects "stable"
192-
- name: Setup Solana 1.18.17
193-
uses: heyAyushh/setup-solana@v5.5
192+
- name: Setup Solana 2.0.0
193+
uses: heyAyushh/setup-solana@v5.9
194194
with:
195-
solana-cli-version: 1.18.17
196-
- name: Build and Test with 1.18.17
195+
solana-cli-version: 2.0.0
196+
- name: Build and Test with 2.0.0
197197
run: |
198198
source build_and_test.sh
199199
solana -V
200200
rustc -V
201-
process_projects "1.18.17"
201+
process_projects "2.0.0"
202202
203203
- name: Set failed projects output
204204
id: set-failed

0 commit comments

Comments
 (0)