Skip to content

Commit cbf2f92

Browse files
authored
chore: Add nu 0.108 to test matrix (#182)
1 parent ae50a7e commit cbf2f92

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/latest-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [windows-latest, ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-latest]
22-
ver: [0.106.0]
22+
ver: [0.108.0]
2323

2424
runs-on: ${{ matrix.os }}
2525
name: test (${{matrix.os}}, nu@${{matrix.ver}})

.github/workflows/main-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-22.04, ubuntu-22.04-arm, macos-latest]
20-
ver: [0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
20+
ver: [0.108.0, 0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
2121

2222
runs-on: ${{ matrix.os }}
2323
name: test (${{matrix.os}}, nu@${{matrix.ver}})

.github/workflows/module-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-22.04, macos-latest, windows-latest]
21-
ver: [0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
21+
ver: [0.108.0, 0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
2222

2323
runs-on: ${{ matrix.os }}
2424
name: test (${{matrix.os}}, nu@${{matrix.ver}})

.github/workflows/release-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [windows-latest, ubuntu-22.04, ubuntu-22.04-arm, macos-latest]
19-
ver: [0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
19+
ver: [0.108.0, 0.106.0, 0.105.1, 0.103.0, 0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1]
2020

2121
runs-on: ${{ matrix.os }}
2222
name: test (${{matrix.os}}, nu@${{matrix.ver}})

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To use modules in `Nu`, please refer to the following examples:
7171
- name: Setup nu
7272
uses: hustcer/setup-nu@v3
7373
with:
74-
version: 0.106.0
74+
version: 0.108.0
7575
- name: Use Your Nu Modules by NU_LIB_DIRS Constant
7676
shell: nu {0}
7777
run: |
@@ -87,7 +87,7 @@ To use modules in `Nu`, please refer to the following examples:
8787
- name: Setup nu
8888
uses: hustcer/setup-nu@v3
8989
with:
90-
version: 0.106.0
90+
version: 0.108.0
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
- name: Use Your Nu Modules
@@ -104,7 +104,7 @@ You have to wrap the `nu` code in `nu -c ""`, and the nu version should be equal
104104
- name: Setup nu
105105
uses: hustcer/setup-nu@v3
106106
with:
107-
version: 0.106.0
107+
version: 0.108.0
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110110
- name: Use Your Nu Modules by Absolute Path

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup nu
6868
uses: hustcer/setup-nu@v3
6969
with:
70-
version: 0.106.0
70+
version: 0.108.0
7171
- name: Use Your Nu Modules by NU_LIB_DIRS Constant
7272
shell: nu {0}
7373
run: |
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup nu
8484
uses: hustcer/setup-nu@v3
8585
with:
86-
version: 0.106.0
86+
version: 0.108.0
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
- name: Use Your Nu Modules
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup nu
101101
uses: hustcer/setup-nu@v3
102102
with:
103-
version: 0.106.0
103+
version: 0.108.0
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
- name: Use Your Nu Modules by Absolute Path

0 commit comments

Comments
 (0)