From ca31d8af64917b211cb37b309d6b81dfb25cae4b Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:54:21 -0700 Subject: [PATCH] Update CI versions --- .github/.env | 6 +++--- .github/workflows/build-programs.yml | 4 ++-- .github/workflows/build-rust-client.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/.env b/.github/.env index 9074e690..f9378a27 100644 --- a/.github/.env +++ b/.github/.env @@ -2,8 +2,8 @@ CARGO_TERM_COLOR=always NODE_VERSION=16.x PROGRAMS=["bubblegum"] RUST_VERSION=1.75.0 -SOLANA_VERSION=1.16.8 -ANCHOR_VERSION=0.27.0 +SOLANA_VERSION=1.18.15 +ANCHOR_VERSION=0.29.0 COMMIT_USER_NAME="github-actions" COMMIT_USER_EMAIL="github-actions@github.com" -DEPLOY_SOLANA_VERSION=1.18.14 +DEPLOY_SOLANA_VERSION=1.18.15 diff --git a/.github/workflows/build-programs.yml b/.github/workflows/build-programs.yml index d9465914..e1dcd318 100644 --- a/.github/workflows/build-programs.yml +++ b/.github/workflows/build-programs.yml @@ -11,12 +11,12 @@ on: inputs: rust: description: Rust version - default: 1.68.0 + default: 1.75.0 required: true type: string solana: description: Solana version - default: 1.16.8 + default: 1.18.15 required: true type: string diff --git a/.github/workflows/build-rust-client.yml b/.github/workflows/build-rust-client.yml index fa09b171..21b3c1f5 100644 --- a/.github/workflows/build-rust-client.yml +++ b/.github/workflows/build-rust-client.yml @@ -11,12 +11,12 @@ on: inputs: rust: description: Rust version - default: 1.68.0 + default: 1.75.0 required: true type: string solana: description: Solana version - default: 1.16.8 + default: 1.18.15 required: true type: string