File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
# Install pnpm
181
181
npm install --global pnpm
182
182
- name : Setup Solana stable
183
- uses : heyAyushh/setup-solana@v5.5
183
+ uses : heyAyushh/setup-solana@v5.9
184
184
with :
185
185
solana-cli-version : stable
186
186
- name : Build and Test with Stable
@@ -189,16 +189,16 @@ jobs:
189
189
solana -V
190
190
rustc -V
191
191
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
194
194
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
197
197
run : |
198
198
source build_and_test.sh
199
199
solana -V
200
200
rustc -V
201
- process_projects "1.18.17 "
201
+ process_projects "2.0.0 "
202
202
203
203
- name : Set failed projects output
204
204
id : set-failed
You can’t perform that action at this time.
0 commit comments