Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
strategy:
matrix:
version:
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI matrix for test_version no longer runs against Nim stable (only devel). This reduces coverage and can allow regressions on the currently supported stable compiler. Consider running both stable and devel in the matrix (or keeping stable if only one is intended).

Suggested change
version:
version:
- stable

Copilot uses AI. Check for mistakes.
- stable
- devel
steps:
- uses: actions/checkout@v5
- uses: jiro4989/setup-nim-action@master
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ matrix.version }}
- name: Install Packages
Expand Down
Loading