Skip to content

Commit 7f03883

Browse files
committed
Remove stable on CI because we don't want to test with Nim 2.2.x
1 parent 159d6fe commit 7f03883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
strategy:
1515
matrix:
16-
nim: [2.0.14, stable]
16+
nim: [2.0.14]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)