Skip to content

fix version #

fix version # #105

Workflow file for this run

name: test
on:
push:
branches:
- "master"
pull_request:
jobs:
test:
strategy:
fail-fast: true
matrix:
luaVersion:
[
"5.1.5",
"5.2.4",
"5.3.5",
"5.4.1",
"5.1",
"5.4",
"luajit-2.0.5",
"luajit-2.1.0-beta3",
]
machineTag: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.machineTag }}
steps:
- uses: actions/checkout@v2
- uses: leafo/[email protected]
with:
luaVersion: ${{ matrix.luaVersion }}
- uses: leafo/[email protected]
with:
luarocksVersion: "3.8.0"
- name: build
run: |
luarocks install busted
make build
- name: test
run: busted -o utfTerminal
- name: examples
run: scripts/run_examples.sh