mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
ci: Expand test matrix to cover Windows and macOS
This commit is contained in:
parent
fdd741da5c
commit
9787c17e58
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -9,7 +9,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"]
|
||||
runs-on: ubuntu-20.04
|
||||
platform: [ "ubuntu-20.04", "windows-2022", "macos-11" ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user