We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaf3a7 commit a908b04Copy full SHA for a908b04
.github/workflows/main.yml
@@ -8,8 +8,8 @@ on:
8
9
env:
10
ANCHOR_VERSION: 0.30.0
11
- NODE_VERSION : 22
12
- SOLANA_VERSION: 2.1.9
+ NODE_VERSION : 20
+ SOLANA_VERSION: 1.18.18
13
TOOLCHAIN: 1.81.0
14
15
jobs:
@@ -37,14 +37,14 @@ jobs:
37
strategy:
38
matrix:
39
project: ["counter-anchor", "counter-shank"]
40
- solana: ["1.18.18", "2.1.9"]
+ solana: ["1.17.34", "1.18.18"]
41
include:
42
- - anchor: "0.30.0"
43
- project: "counter-anchor"
44
- solana: "2.1.9"
45
- anchor: "0.30.0"
46
project: "counter-anchor"
47
solana: "1.18.18"
+ - anchor: "0.29.0"
+ project: "counter-anchor"
+ solana: "1.17.34"
48
steps:
49
- name: Git checkout
50
uses: actions/checkout@v4
0 commit comments