aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-10-05 12:08:22 -0500
committerCalvin Rose <calsrose@gmail.com>2024-10-05 12:08:22 -0500
commit04be59925318f77e4351eb3b376629bec909321b (patch)
treec65cc9c808de52e03bfcc55a190dfb602d08dd23 /.github/workflows
parentDifferent way of referencing tags. (diff)
More changes to cc.janet
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c0aaa40..98c6a6a 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 ]
+ janet-version: [ heads/master, tags/v1.36.0, tags/v1.35.2 ]
steps:
- name: Checkout Janet
uses: actions/checkout@v4