diff options
| author | 2025-03-22 17:24:28 -0500 | |
|---|---|---|
| committer | 2025-03-22 17:24:28 -0500 | |
| commit | b31ab964c61085ab1628744ff68b963a0656d45c (patch) | |
| tree | ac64e6b1e237a8a28c96e1fddd399dd0b23f8841 /.github | |
| parent | Expose :build environment variable when running declare-executable. (diff) | |
More tags.
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 4e309c4..1875eb2 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, tag/v1.37.2, tags/v1.36.0, tags/v1.35.2 ] + janet-version: [ heads/master, tags/v1.38.0, tags/v1.37.2, tags/v1.36.0, tags/v1.35.2 ] steps: - name: Checkout Janet uses: actions/checkout@v4 |
