File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3636 native:
3737 - added|modified: '**/native/**'
3838 workflow:
39- - added|modified: '.github/workflows/native.yml'
39+ - added|modified: '.github/workflows/solana- native.yml'
4040 - name : Analyze Changes
4141 id : analyze
4242 run : |
Original file line number Diff line number Diff line change @@ -186,10 +186,19 @@ jobs:
186186 - name : Build and Test with Stable
187187 run : |
188188 source build_and_test.sh
189- solana block
190189 solana -V
191190 rustc -V
192191 process_projects "stable"
192+ - name : Test with Solana 1.18.17
193+ 194+ with :
195+ solana-cli-version : 1.18.17
196+ - name : Build and Test with 1.18.17
197+ run : |
198+ source build_and_test.sh
199+ solana -V
200+ rustc -V
201+ process_projects "1.18.17"
193202
194203 - name : Set failed projects output
195204 id : set-failed
You can’t perform that action at this time.
0 commit comments