Skip to content

fix: invalid value

fix: invalid value #13

Workflow file for this run

name: Run tests
on: [push, workflow_dispatch]
jobs:
run_tests:
strategy:
fail-fast: false
matrix:
luaVersion:
- "5.4.7" # latest stable
- "luajit-openresty" # latest openresty luajit (luajit stopped publishing versions)
- "5.3.6" # Awesome lua version v4.3
- "5.2.4" # Earliest supported version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@ef92399 # HACK: use the latest version of the action. When it is updated, use v10.0.1 instead!
with:
luaVersion: ${{ matrix.luaVersion }}
- name: test against lua ${{ matrix.luaVersion }}
run: |
ls -la .lua/bin
lua ./test/init.lua