diff options
| author | 2024-09-27 16:35:29 -0700 | |
|---|---|---|
| committer | 2024-09-27 16:35:29 -0700 | |
| commit | aaba76f6a3ca18ec4b5906c0b7451f2cc559b54e (patch) | |
| tree | ea27ee1f273525cbde497fffc8df83f7a8482f8b /.github | |
| parent | Working build in normal command prompt on windows. (diff) | |
Test last 2 releases of Janet.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4adae23..b5e5721 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [ windows-2022, windows-2019 ] - janet-version: [ 1.36.0 ] + janet-version: [ 1.35.2, 1.36.0 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 |
