ci: Expand test matrix to cover Windows and macOS

master
Caleb Maclennan 2022-03-19 21:18:54 +03:00
parent fdd741da5c
commit 9787c17e58
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5
1 changed files with 2 additions and 1 deletions

View File

@ -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