Skip to content

Commit f2971c1

Browse files
committed
update native programs to use 2.1
1 parent 2c4bc25 commit f2971c1

File tree

27 files changed

+658
-137
lines changed

27 files changed

+658
-137
lines changed

.github/workflows/solana-native.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,26 +179,27 @@ jobs:
179179
180180
# Install pnpm
181181
npm install --global pnpm
182-
- name: Setup Solana stable
182+
- name: Setup Solana Beta
183183
uses: heyAyushh/[email protected]
184184
with:
185-
solana-cli-version: stable
186-
- name: Build and Test with Stable
185+
solana-cli-version: beta
186+
- name: Build and Test with Beta
187187
run: |
188188
source build_and_test.sh
189189
solana -V
190190
rustc -V
191-
process_projects "stable"
192-
- name: Setup Solana 1.18.17
191+
process_projects "beta"
192+
- name: Setup Solana Stable
193193
uses: heyAyushh/[email protected]
194194
with:
195-
solana-cli-version: 1.18.17
196-
- name: Build and Test with 1.18.17
195+
solana-cli-version: stable
196+
- name: Build and Test with Stable
197+
continue-on-error: true
197198
run: |
198199
source build_and_test.sh
199200
solana -V
200201
rustc -V
201-
process_projects "1.18.17"
202+
process_projects "stable"
202203
203204
- name: Set failed projects output
204205
id: set-failed

0 commit comments

Comments
 (0)