ci: Expand test matrix to cover Windows and macOS
This commit is contained in:
parent
fdd741da5c
commit
9787c17e58
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue