Skip to content

Commit 07bdb99

Browse files
committed
Bump Solana to 2.1.9 in CI
1 parent c61f9da commit 07bdb99

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
env:
1010
ANCHOR_VERSION: 0.30.0
11-
NODE_VERSION : 20
12-
SOLANA_VERSION: 1.18.18
11+
NODE_VERSION : 22
12+
SOLANA_VERSION: 2.1.9
1313
TOOLCHAIN: 1.81.0
1414

1515
jobs:
@@ -37,14 +37,10 @@ jobs:
3737
strategy:
3838
matrix:
3939
project: ["counter-anchor", "counter-shank"]
40-
solana: ["1.17.34", "1.18.18"]
40+
solana: ["1.18.18", "2.1.9"]
4141
include:
4242
- anchor: "0.30.0"
4343
project: "counter-anchor"
44-
solana: "1.18.18"
45-
- anchor: "0.29.0"
46-
project: "counter-anchor"
47-
solana: "1.17.34"
4844
steps:
4945
- name: Git checkout
5046
uses: actions/checkout@v4

0 commit comments

Comments
 (0)