Skip to content

Commit

Permalink
Gateway Solana: Update to solana 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Aug 10, 2023
1 parent 0e6bbe2 commit ab7e1c9
Show file tree
Hide file tree
Showing 6 changed files with 902 additions and 512 deletions.
7 changes: 4 additions & 3 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.66' ]
rust: [ '1.69' ]
os: [ ubuntu-latest ]

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

steps:
Expand Down Expand Up @@ -90,6 +90,7 @@ jobs:

- name: Install Solana
run: |
curl -v https://release.solana.com/${{ matrix.solana }}/install
sh -c "$(curl -sSfL https://release.solana.com/${{ matrix.solana }}/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solana-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
strategy:
matrix:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: ["1.66"]
rust: ["1.69"]
node: ["16.x"]
solana: ["v1.14.17"]
solana: ["stable"]
os: [ubuntu-latest]

defaults:
Expand Down
Loading

0 comments on commit ab7e1c9

Please sign in to comment.