Skip to content

Commit

Permalink
Drop ancient Nims
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed May 3, 2024
1 parent 3bfbbb4 commit 7417e06
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
name: Test

on:
push:
branches: [ master ]
branches:
- master
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nimVersion: ["1.4.2", "stable"]
nimGc: ["arc", "orc", "refc"]
nimVersion:
- stable
- 1.6.20
nimMm:
- orc
- arc
- refc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nimVersion }}
- run: nimble test -Y --gc:${{ matrix.nimGc }}
- run: nimble test -Y --mm:${{ matrix.nimMm }}
timeout-minutes: 3

0 comments on commit 7417e06

Please sign in to comment.