diff options
author | Caleb Maclennan <caleb@alerque.com> | 2022-03-19 21:18:54 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2022-03-22 15:53:22 +0300 |
commit | 9787c17e589dc1b12c1f96e6bb391a7ff3dd5065 (patch) | |
tree | 71adda2f65492e702af9f30b7a19249927608f37 | |
parent | fdd741da5cd0515e69572e564f2d57f336d2466b (diff) | |
download | luasocket-9787c17e589dc1b12c1f96e6bb391a7ff3dd5065.tar.gz luasocket-9787c17e589dc1b12c1f96e6bb391a7ff3dd5065.tar.bz2 luasocket-9787c17e589dc1b12c1f96e6bb391a7ff3dd5065.zip |
ci: Expand test matrix to cover Windows and macOS
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64393cc..518de63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,7 +9,8 @@ jobs: | |||
9 | fail-fast: false | 9 | fail-fast: false |
10 | matrix: | 10 | matrix: |
11 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] | 11 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] |
12 | runs-on: ubuntu-20.04 | 12 | platform: [ "ubuntu-20.04", "windows-2022", "macos-11" ] |
13 | runs-on: ${{ matrix.platform }} | ||
13 | steps: | 14 | steps: |
14 | - name: Checkout | 15 | - name: Checkout |
15 | uses: actions/checkout@v3 | 16 | uses: actions/checkout@v3 |