aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2025-11-26 12:30:56 +0900
committerCalvin Rose <calsrose@gmail.com>2025-11-30 10:17:58 -0600
commitc8f1dee4f5ff103fea1573b3b110802d352f8c27 (patch)
treef09a1d6efdd4f10377821404ed272c342239d073 /.github/workflows
parentAdd pkgconfig support to pm full-env command (diff)
CI: Add 1.39.1 and remove 1.35.2 testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4f53371..dc3cb9e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, macos-14 ]
- janet-version: [ heads/master, tags/v1.38.0, tags/v1.37.1, tags/v1.36.0, tags/v1.35.2 ]
+ janet-version: [ heads/master, tags/v1.39.1, tags/v1.38.0, tags/v1.37.1, tags/v1.36.0 ]
steps:
- name: Checkout Janet
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [ windows-2022, windows-latest ]
- janet-version: [ 1.35.2, 1.36.0, 1.37.1, 1.38.0 ]
+ janet-version: [ 1.36.0, 1.37.1, 1.38.0, 1.39.1 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4