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 c61f9da commit 07bdb99Copy full SHA for 07bdb99
.github/workflows/main.yml
@@ -8,8 +8,8 @@ on:
8
9
env:
10
ANCHOR_VERSION: 0.30.0
11
- NODE_VERSION : 20
12
- SOLANA_VERSION: 1.18.18
+ NODE_VERSION : 22
+ SOLANA_VERSION: 2.1.9
13
TOOLCHAIN: 1.81.0
14
15
jobs:
@@ -37,14 +37,10 @@ jobs:
37
strategy:
38
matrix:
39
project: ["counter-anchor", "counter-shank"]
40
- solana: ["1.17.34", "1.18.18"]
+ solana: ["1.18.18", "2.1.9"]
41
include:
42
- anchor: "0.30.0"
43
project: "counter-anchor"
44
- solana: "1.18.18"
45
- - anchor: "0.29.0"
46
- project: "counter-anchor"
47
- solana: "1.17.34"
48
steps:
49
- name: Git checkout
50
uses: actions/checkout@v4
0 commit comments