Skip to content

Commit a908b04

Browse files
committed
Revert 2.1 changes for now
Anchor CLI 0.31.0 is not installable as standalone and breaks CI
1 parent 9eaf3a7 commit a908b04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 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 : 22
12-
SOLANA_VERSION: 2.1.9
11+
NODE_VERSION : 20
12+
SOLANA_VERSION: 1.18.18
1313
TOOLCHAIN: 1.81.0
1414

1515
jobs:
@@ -37,14 +37,14 @@ jobs:
3737
strategy:
3838
matrix:
3939
project: ["counter-anchor", "counter-shank"]
40-
solana: ["1.18.18", "2.1.9"]
40+
solana: ["1.17.34", "1.18.18"]
4141
include:
42-
- anchor: "0.30.0"
43-
project: "counter-anchor"
44-
solana: "2.1.9"
4542
- anchor: "0.30.0"
4643
project: "counter-anchor"
4744
solana: "1.18.18"
45+
- anchor: "0.29.0"
46+
project: "counter-anchor"
47+
solana: "1.17.34"
4848
steps:
4949
- name: Git checkout
5050
uses: actions/checkout@v4

0 commit comments

Comments
 (0)