Skip to content

Commit

Permalink
Solana: Support rust 1.74 and Solana 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Jan 30, 2024
1 parent 0900e38 commit bc9e60c
Show file tree
Hide file tree
Showing 6 changed files with 1,002 additions and 626 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solana-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: [ '1.69' ]
rust: [ '1.74' ]
os: [ ubuntu-latest ]

steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.69' ] # This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: [ '1.74' ] # This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
solana: [ 'edge' ]
os: [ ubuntu-latest ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solana-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: ["1.69"]
rust: ["1.74"]
node: ["16.x"]
solana: ["edge"]
os: [ubuntu-latest]
Expand Down
Loading

0 comments on commit bc9e60c

Please sign in to comment.