Skip to content

Commit 2f61725

Browse files
committed
chore(ci): test on Noir 1.0.0-beta.2
1 parent 3f4324e commit 2f61725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
toolchain: [0.39.0, 1.0.0-beta.0, 1.0.0-beta.1]
15+
toolchain: [0.39.0, 1.0.0-beta.0, 1.0.0-beta.1, 1.0.0-beta.2]
1616
steps:
1717
- name: Checkout sources
1818
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Nargo
3737
uses: noir-lang/[email protected]
3838
with:
39-
toolchain: 1.0.0-beta.1
39+
toolchain: 1.0.0-beta.2
4040

4141
- name: Run formatter
4242
run: nargo fmt --check

0 commit comments

Comments
 (0)