Skip to content

Commit d2c471f

Browse files
committed
test: more lua version
1 parent 2fc0dfd commit d2c471f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e_test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# ref: https://github.com/actions/runner-images
1414
os: [ubuntu-22.04, macos-13, windows-latest]
15-
lua_version: [5.4.7, 5.3.5]
15+
lua_version: [5.4.7, 5.3.6, 5.1.5]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
@@ -109,8 +109,8 @@ jobs:
109109
env:
110110
LUA_VERSION: "${{ matrix.lua_version }}"
111111
run: |
112-
vfox install lua@$env:LUA_VERSION
113-
vfox use -g lua@$env:LUA_VERSION
112+
vfox install "lua@$env:LUA_VERSION"
113+
vfox use -g "lua@$env:LUA_VERSION"
114114
Invoke-Expression "$(vfox activate pwsh)"
115115
echo "===============PATH==============="
116116
echo $env:PATH

0 commit comments

Comments
 (0)