Skip to content

Merge pull request #8 from nicolasnoble/utf8-fixes #7

Merge pull request #8 from nicolasnoble/utf8-fixes

Merge pull request #8 from nicolasnoble/utf8-fixes #7

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "5.4.1", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"]
steps:
- uses: actions/checkout@master
- uses: leafo/[email protected]
with:
luaVersion: ${{ matrix.luaVersion }}
- name: test lua
run: lua runner.lua
working-directory: ./tests