Skip to content

Commit f248872

Browse files
chipsenkbeilleafo
authored andcommitted
Add windows-latest to test.yml
1 parent 3fbdc60 commit f248872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "5.4.1", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"]
11-
machineTag: ["ubuntu-latest", "macos-latest"]
11+
machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"]
1212

1313
runs-on: ${{ matrix.machineTag }}
1414

@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "5.4.1", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"]
34-
machineTag: ["ubuntu-latest", "macos-latest"]
34+
machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"]
3535

3636
runs-on: ${{ matrix.machineTag }}
3737

@@ -44,4 +44,4 @@ jobs:
4444
luaVersion: ${{ matrix.luaVersion }}
4545

4646
- name: Test Lua
47-
run: lua -e 'print("hi from lua")'
47+
run: lua -e 'print("hi from lua")'

0 commit comments

Comments
 (0)