Skip to content

Commit

Permalink
ci: only test with lua 5.1 locally
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jan 15, 2025
1 parent 01389d9 commit e87c6bb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
lua-version: [
"5.1",
"5.2",
"5.3",
"5.4",
"luajit"
]
lua-version: ${{ github.actor == 'nektos/act' && fromJSON('["5.1"]') || fromJSON('["5.1", "5.2", "5.3", "5.4", "luajit"]') }}
steps:
- uses: actions/checkout@v4
- uses: jkl1337/gh-actions-lua@v11
Expand Down

0 comments on commit e87c6bb

Please # to comment.