Skip to content

Commit

Permalink
Update to allow Solana 1.17 (#151)
Browse files Browse the repository at this point in the history
* Update to allow Solana 1.17

* Update Rust and Solana versions used in CI
  • Loading branch information
danenbm authored Feb 7, 2024
1 parent 584a8eb commit 6b11ef8
Show file tree
Hide file tree
Showing 4 changed files with 1,368 additions and 934 deletions.
4 changes: 2 additions & 2 deletions .github/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CARGO_TERM_COLOR=always
NODE_VERSION=18.x
PROGRAMS=["token-auth-rules"]
RUST_VERSION=1.69.0
SOLANA_VERSION=1.16.8
RUST_VERSION=1.70.0
SOLANA_VERSION=1.17.20
COMMIT_USER_NAME="github-actions[bot]"
COMMIT_USER_EMAIL="41898282+github-actions[bot]@users.noreply.github.com"
4 changes: 2 additions & 2 deletions .github/workflows/build-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
inputs:
rust:
description: Rust version
default: 1.65.0
default: 1.70.0
required: true
type: string
solana:
description: Solana version
default: 1.14.13
default: 1.17.20
required: true
type: string

Expand Down
Loading

0 comments on commit 6b11ef8

Please sign in to comment.