fix(github_actions): Remove redundant job matrix definitions

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-03-26 16:53:43 +01:00
parent 87b717495f
commit 33ee8c09ba
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ jobs:
# Let other jobs continue even if one of them fails
fail-fast: false
matrix:
test_name:
- "codecov-lua5.3"
- "coveralls-lua5.2"
- "lua5.1"
- "luajit"
- "fixed-lgi-lua5.2"
include:
- test_name: "codecov-lua5.3"
lua_version: "5.3"