1
Fork 0

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:
Lucas Schwiderski 2022-08-14 17:19:29 +02:00
parent 7ea226fa51
commit b9cda2deba
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -25,7 +25,9 @@ jobs:
file: repo/.ci/test.yml file: repo/.ci/test.yml
vars: vars:
lua-version: 5.3 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 file: repo/.ci/test.yml
vars: vars:
lua-version: 5.4 lua-version: 5.4
@ -47,7 +49,9 @@ jobs:
file: repo/.ci/rock.yml file: repo/.ci/rock.yml
vars: vars:
lua-version: 5.3 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 file: repo/.ci/rock.yml
vars: vars:
lua-version: 5.4 lua-version: 5.4