Skip to content

Commit

Permalink
try-to-fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent committed Aug 17, 2024
1 parent e849c32 commit 383fe2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-anchor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: 1.66
SOLANA_VERSION: 1.14.21
ANCHOR_VERSION: 0.27.0
RUST_TOOLCHAIN: 1.80
SOLANA_VERSION: 1.18.12
ANCHOR_VERSION: 0.26.0
CLUSTER: 'devnet'
DEVNET_RPC: https://api.devnet.solana.com
# Default wallet
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cargo-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: 1.66
SOLANA_VERSION: 1.14.21
RUST_TOOLCHAIN: 1.80
SOLANA_VERSION: 1.18.12

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-sec3-vulnerability-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
continue-on-error: false # set to true if you don't want to fail jobs
uses: silas-x/soteria-action@main
with: # remove if not passing arguments below
# solana-version: "1.9.14" # not required
solana-version: '1.18.12'
run-mode: '-analyzeAll' # not required
cargo-com: '.' # not required
program-path: '.' # not required
6 changes: 3 additions & 3 deletions programs/uxd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ num = "0.4.0"
proptest = "1.2.0"
async-trait = "0.1.73"

solana-sdk = "1.18"
solana-client = "1.18"
solana-program-test = "1.18"
solana-sdk = "1.18.12"
solana-client = "1.18.12"
solana-program-test = "1.18.12"

spl-token = "4.0"
spl-associated-token-account = "2.1"

0 comments on commit 383fe2a

Please sign in to comment.