feat(ci): Allow CI to fail for 5.4
LGI doesn't have a rock compatible with 5.4, yet.
This commit is contained in:
parent
7ea226fa51
commit
b9cda2deba
1 changed files with 12 additions and 8 deletions
|
@ -25,7 +25,9 @@ jobs:
|
|||
file: repo/.ci/test.yml
|
||||
vars:
|
||||
lua-version: 5.3
|
||||
- task: run-test-5.4
|
||||
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
|
||||
- try:
|
||||
task: run-test-5.4
|
||||
file: repo/.ci/test.yml
|
||||
vars:
|
||||
lua-version: 5.4
|
||||
|
@ -47,7 +49,9 @@ jobs:
|
|||
file: repo/.ci/rock.yml
|
||||
vars:
|
||||
lua-version: 5.3
|
||||
- task: run-rock-5.4
|
||||
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
|
||||
- try:
|
||||
task: run-rock-5.4
|
||||
file: repo/.ci/rock.yml
|
||||
vars:
|
||||
lua-version: 5.4
|
||||
|
|
Loading…
Add table
Reference in a new issue