@@ -252,11 +252,11 @@ jobs:
252
252
# Make the script executable
253
253
chmod +x build_and_test.sh
254
254
255
- - name : Setup Solana stable
255
+ - name : Setup Solana Beta
256
256
257
257
with :
258
- solana-cli-version : stable
259
- - name : Build and Test with Stable
258
+ solana-cli-version : beta
259
+ - name : Build and Test with Beta
260
260
env :
261
261
SCCACHE_GHA_ENABLED : " true"
262
262
RUSTC_WRAPPER : " sccache"
@@ -265,13 +265,13 @@ jobs:
265
265
solana -V
266
266
rustc -V
267
267
solana-keygen new --no-bip39-passphrase
268
- process_projects "stable "
268
+ process_projects "beta "
269
269
sccache --show-stats
270
- - name : Setup Solana 1.18.17
270
+ - name : Setup Solana Stable
271
271
272
272
with :
273
- solana-cli-version : 1.18.17
274
- - name : Build and Test with 1.18.17
273
+ solana-cli-version : stable
274
+ - name : Build and Test with Stable
275
275
env :
276
276
SCCACHE_GHA_ENABLED : " true"
277
277
RUSTC_WRAPPER : " sccache"
@@ -280,7 +280,7 @@ jobs:
280
280
solana -V
281
281
rustc -V
282
282
solana-keygen new --no-bip39-passphrase --force
283
- process_projects "1.18.17 "
283
+ process_projects "stable "
284
284
sccache --show-stats
285
285
286
286
- name : Set failed projects output
0 commit comments