Skip to content

Commit

Permalink
Test with lastest master Janet AND latest release on posix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 28, 2024
1 parent b2d3783 commit 27dbb71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27dbb71

Please sign in to comment.