Skip to content

Commit 4ec358f

Browse files
committed
fix CI
1 parent e1c144c commit 4ec358f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Main
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, solana-v1.18]
66
pull_request:
7-
branches: [main]
7+
branches: [main, solana-v1.18]
88

99
env:
1010
NIGHTLY_TOOLCHAIN: nightly-2023-10-05
11-
SOLANA_VERSION: 2.0.0
11+
SOLANA_VERSION: 1.18.18
1212

1313
jobs:
1414
rust_fmt:

0 commit comments

Comments
 (0)