From 10a55ed2dcba2c82854ced30591eac9a8322dd56 Mon Sep 17 00:00:00 2001 From: hustcer Date: Mon, 7 Oct 2024 13:13:45 +0800 Subject: [PATCH] chore: Add more nu release to workflows --- .github/workflows/latest-matrix.yaml | 2 +- .github/workflows/module-test.yaml | 2 +- .github/workflows/module-test2.yaml | 2 +- .github/workflows/release-matrix.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/latest-matrix.yaml b/.github/workflows/latest-matrix.yaml index 80b483a..24a11c2 100644 --- a/.github/workflows/latest-matrix.yaml +++ b/.github/workflows/latest-matrix.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-22.04, macos-latest] - ver: [0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86] + ver: [0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}}) diff --git a/.github/workflows/module-test.yaml b/.github/workflows/module-test.yaml index 306e41e..e3ad8ea 100644 --- a/.github/workflows/module-test.yaml +++ b/.github/workflows/module-test.yaml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-latest, windows-latest] - ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86] + ver: [0.98.0, 0.97.1, 0.96.1, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}}) diff --git a/.github/workflows/module-test2.yaml b/.github/workflows/module-test2.yaml index e3d6961..dedc59d 100644 --- a/.github/workflows/module-test2.yaml +++ b/.github/workflows/module-test2.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-22.04, macos-latest] - ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.87.1, 0.86, 0.85] + ver: [0.98.0, 0.97.1, 0.96.1, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.87.1, 0.86, 0.85] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}}) diff --git a/.github/workflows/release-matrix.yaml b/.github/workflows/release-matrix.yaml index fefb3c3..311f95a 100644 --- a/.github/workflows/release-matrix.yaml +++ b/.github/workflows/release-matrix.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-22.04, macos-latest] - ver: [0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1] + ver: [0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}})