Skip to content

Commit 8115525

Browse files
committed
ci: bump solana-cli to 4.0.0-rc.0, rust to 1.91, anchor to 1.0.2
1 parent 3705293 commit 8115525

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ inputs:
1616
solana-cli-version:
1717
description: "Solana CLI version"
1818
required: false
19-
default: "2.3.11"
19+
default: "4.0.0-rc.0"
2020
rust-toolchain:
2121
description: "Rust toolchain version"
2222
required: false
23-
default: "1.90.0"
23+
default: "1.91.0"
2424
anchor-version:
2525
description: "Anchor CLI version (for TypeScript tests)"
2626
required: false
27-
default: "0.31.1"
27+
default: "1.0.2"
2828
photon-indexer:
2929
description: "Install Photon indexer (required for TypeScript tests)"
3030
required: false

.github/workflows/rust-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
SOLANA_CLI_VERSION: "2.3.11"
18-
RUST_TOOLCHAIN: "1.90.0"
17+
SOLANA_CLI_VERSION: "4.0.0-rc.0"
18+
RUST_TOOLCHAIN: "1.91.0"
1919

2020
jobs:
2121
test-rust:

.github/workflows/typescript-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
SOLANA_CLI_VERSION: "2.3.11"
18-
RUST_TOOLCHAIN: "1.90.0"
17+
SOLANA_CLI_VERSION: "4.0.0-rc.0"
18+
RUST_TOOLCHAIN: "1.91.0"
1919
NODE_VERSION: "22"
2020

2121
jobs:

0 commit comments

Comments
 (0)