File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,27 +179,27 @@ jobs:
179179
180180 # Install pnpm
181181 npm install --global pnpm
182- - name : Setup Solana Beta
182+ - name : Setup Solana Stable
183183 uses : heyAyushh/setup-solana@v2
184184 with :
185- solana-cli-version : beta
186- - name : Build and Test with Beta
185+ solana-cli-version : stable
186+ - name : Build and Test with Stable
187187 run : |
188188 source build_and_test.sh
189189 solana -V
190190 rustc -V
191- process_projects "beta "
192- - name : Setup Solana Stable
191+ process_projects "stable "
192+ - name : Setup Solana Beta
193193 uses : heyAyushh/setup-solana@v2
194194 with :
195- solana-cli-version : stable
196- - name : Build and Test with Stable
195+ solana-cli-version : beta
196+ - name : Build and Test with Beta
197197 continue-on-error : true
198198 run : |
199199 source build_and_test.sh
200200 solana -V
201201 rustc -V
202- process_projects "stable "
202+ process_projects "beta "
203203
204204 - name : Set failed projects output
205205 id : set-failed
You can’t perform that action at this time.
0 commit comments