diff options
| author | 2025-03-22 16:34:47 -0500 | |
|---|---|---|
| committer | 2025-03-22 16:34:47 -0500 | |
| commit | b3ee452f20d9699d01cffaad71f95f2a35b38e57 (patch) | |
| tree | 259147cc671f637ae3c6aa5705ca5fd78e6aeaea /.github | |
| parent | Add backport for janet version < 1.36.0 (diff) | |
Fix test harness to not try to be clever with setting syspath.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4db875..4e309c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, macos-13 ] - janet-version: [ heads/master, tags/v1.36.0, tags/v1.35.2 ] + janet-version: [ heads/master, tag/v1.37.2, tags/v1.36.0, tags/v1.35.2 ] steps: - name: Checkout Janet uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: strategy: matrix: os: [ windows-2022, windows-2019 ] - janet-version: [ 1.35.2, 1.36.0 ] + janet-version: [ 1.35.2, 1.36.0, 1.38.0 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 |
