diff --git a/.github/workflows/latest-matrix.yaml b/.github/workflows/latest-matrix.yaml index 697bda7..284fd35 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, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72.1] + 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, 0.82, '0.80'] 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 1f7666f..6abc972 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, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.76, 0.75, 0.74, 0.73, 0.72.1] + ver: [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, 0.82, '0.80'] 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 d6fb2e0..24278c1 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, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72.1] + 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, '0.80'] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}})