diff --git a/.github/workflows/latest-matrix.yaml b/.github/workflows/latest-matrix.yaml index fcca2f3..51707c0 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.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70', 0.69.1, 0.68, 0.67, 0.66.2, 0.65, 0.63, '0.60'] + ver: [0.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70', 0.69.1, 0.68, 0.67, 0.66.2, 0.65, 0.63] 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 9d94071..40cc597 100644 --- a/.github/workflows/module-test.yaml +++ b/.github/workflows/module-test.yaml @@ -42,7 +42,8 @@ jobs: mkdir $LIB_DIR cp nu/common.nu $LIB_DIR print 'Available Nu Modules:' - print (ls ($env.NU_LIB_DIRS | get -i 0)) + # FIXME: Show available modules + print $env.NU_LIB_DIRS - name: Use Your Nu Modules In the Following Steps run: | use common.nu [get-env] diff --git a/.github/workflows/release-matrix.yaml b/.github/workflows/release-matrix.yaml index a89a178..b6f5ccb 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.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70', 0.69.1, 0.68, 0.67, 0.66.2, 0.65, 0.63, '0.60'] + ver: [0.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70', 0.69.1, 0.68, 0.67, 0.66.2, 0.65, 0.63] runs-on: ${{ matrix.os }} name: test (${{matrix.os}}, nu@${{matrix.ver}})