Skip to content

Commit

Permalink
chore: Remove Nu 0.60 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Aug 23, 2023
1 parent f036de3 commit 8209130
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/module-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
Expand Down

0 comments on commit 8209130

Please sign in to comment.