diff options
| author | 2025-03-22 17:27:57 -0500 | |
|---|---|---|
| committer | 2025-03-22 17:27:57 -0500 | |
| commit | f08eeb9b3c0791b1f8463838ce520018f0b8d58c (patch) | |
| tree | 7512e0914e4cdc011084f6cbe6be944069f1b98e /.github/workflows | |
| parent | More tags. (diff) | |
More workflows, but 1.37.2 -> 1.37.1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1875eb2..c2256ab 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.38.0, tags/v1.37.2, tags/v1.36.0, tags/v1.35.2 ] + janet-version: [ heads/master, tags/v1.38.0, tags/v1.37.1, tags/v1.36.0, tags/v1.35.2 ] steps: - name: Checkout Janet uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: strategy: matrix: os: [ windows-2022, windows-2019 ] - janet-version: [ 1.35.2, 1.36.0, 1.38.0 ] + janet-version: [ 1.35.2, 1.36.0, 1.37.1, 1.38.0 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 |
