Skip to content

Commit ebf72f8

Browse files
committed
fix(ci): test only on latest Noir
1 parent a386007 commit ebf72f8

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, 1.0.0-beta.2]
15+
toolchain: [1.0.0-beta.3]
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.2
39+
toolchain: 1.0.0-beta.3
4040

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

0 commit comments

Comments
 (0)