mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 23:55:46 +03:00
18 lines
511 B
YAML
18 lines
511 B
YAML
#- name: "Generate images for Testrail (PHP 5.5)"
|
|
# import_tasks: testrail.php55.yml
|
|
|
|
- name: "Generate images for Testrail (PHP 7.0)"
|
|
import_tasks: testrail.php70.yml
|
|
|
|
- name: "Generate images for Testrail (PHP 7.1)"
|
|
import_tasks: testrail.php71.yml
|
|
|
|
- name: "Generate images for Testrail (PHP 7.2)"
|
|
import_tasks: testrail.php72.yml
|
|
|
|
- name: "Generate images for Testrail (PHP 7.4)"
|
|
import_tasks: testrail.php74.yml
|
|
|
|
- name: "Generate images for Testrail (PHP 8.1)"
|
|
import_tasks: testrail.php81.yml
|