1 parent eb94121 commit b2f2b0fCopy full SHA for b2f2b0f
4 files changed
.github/workflows/full-matrix.yaml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
os: [windows-latest, ubuntu-22.04, macos-latest]
21
# The "full" feature was removed for Nu after v0.93.1, try to use "default" feature instead.
22
- ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.89.0, 0.88.1, 0.87.1]
+ ver: [0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.89.0, 0.88.1]
23
24
runs-on: ${{ matrix.os }}
25
name: test (${{matrix.os}}, nu@${{matrix.ver}})
0 commit comments