Skip to content

Commit

Permalink
CI: use latest Lua 5.4 and LuaRocks; test Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Aug 29, 2024
1 parent d7bc63c commit e0fb6eb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4.0", "luajit"]
os: ["ubuntu-latest", "macos-latest"]
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@master

- uses: leafo/gh-actions-lua@master
- uses: ilammy/msvc-dev-cmd@v1

- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua-version }}

- uses: leafo/[email protected]
- uses: hishamhm/gh-actions-luarocks@master
with:
luaRocksVersion: "3.11.1"

- name: Prep
run: |
Expand All @@ -31,5 +35,4 @@ jobs:
- name: Tests
run: |
eval $(luarocks path)
busted -o htest

0 comments on commit e0fb6eb

Please sign in to comment.