Skip to content

Commit

Permalink
update github action to anchor 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYJLiu committed May 7, 2024
1 parent b4618e8 commit bc1198f
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 622 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Anchor

on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
branches:
- main

Expand All @@ -18,7 +18,7 @@ jobs:
matrix:
node-version: [20.x]
solana-version: [stable, 1.17.25]
anchor-version: [0.29.0]
anchor-version: [0.30.0]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
node-version: [20.x]
solana-version: [1.18.4, stable]
anchor-version: [0.29.0]
anchor-version: [0.30.0]
steps:
- uses: actions/checkout@v4
- name: Setup Anchor
Expand Down
Loading

0 comments on commit bc1198f

Please sign in to comment.