Skip to content

Commit 69bcb34

Browse files
authored
chore(ci): test on Noir beta 15 (#6)
1 parent 3b1a5c7 commit 69bcb34

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: [1.0.0-beta.11]
15+
toolchain: [1.0.0-beta.11, 1.0.0-beta.15]
1616
steps:
1717
- name: Checkout sources
1818
uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Nargo
3535
uses: noir-lang/[email protected]
3636
with:
37-
toolchain: 1.0.0-beta.11
37+
toolchain: 1.0.0-beta.15
3838

3939
- name: Run formatter
4040
run: nargo fmt --check

0 commit comments

Comments
 (0)