diff options
| author | 2024-09-27 19:54:53 -0500 | |
|---|---|---|
| committer | 2024-09-27 19:54:53 -0500 | |
| commit | 27dbb71f5a68443e44ea61dbf2ffa792492c84a8 (patch) | |
| tree | 562c193c16c4c8e75c63137d8460d45fe659656c /.github/workflows | |
| parent | escape parens (diff) | |
Test with lastest master Janet AND latest release on posix.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5e5721..7a57517 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,14 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, macos-13 ] + janet-version: [ master, v1.36.0 ] steps: - name: Checkout Janet uses: actions/checkout@v4 with: repository: janet-lang/janet path: janet - ref: refs/heads/master + ref: refs/heads/${{ matrix.janet-version }} - name: Build Janet run: cd janet && make clean && make && make test - name: Install Janet |
