Skip to content

Commit

Permalink
remove tests for Lua versions that 404
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Dec 1, 2024
1 parent 56977ac commit 4400625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
branches:
- main
pull_request:
branches:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"]
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "luajit-openresty", "5.1", "5.4"]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
- run: mv ./luacov.report.out ./luacov.lcov
- uses: coverallsapp/github-action@v2
with:
path-to-lcov: ./luacov.lcov
path-to-lcov: ./luacov.lcov

0 comments on commit 4400625

Please sign in to comment.