Going for the tri-fecta. Fixing #20, too

This commit is contained in:
Mark J. Horninger 2024-03-10 21:59:55 -04:00
parent 8624cf3e30
commit 4be660d18b
1 changed files with 8 additions and 8 deletions

View File

@ -28,23 +28,23 @@ body:
attributes:
label: Package Version
description: What version of our Package are you running? Please be as specific as possible
placeholder: 2.0.0
placeholder: 0.1.5
validations:
required: true
- type: input
id: php-version
id: python-version
attributes:
label: PHP Version
description: What version of PHP are you running? Please be as specific as possible
placeholder: 8.2.0
label: Python Version
description: What version of Python are you running? Please be as specific as possible
placeholder: 3.10.12
validations:
required: true
- type: input
id: laravel-version
id: ansible-version
attributes:
label: Laravel Version
label: Ansible Version
description: What version of Laravel are you running? Please be as specific as possible
placeholder: 9.0.0
placeholder: 2.16.4
validations:
required: true
- type: dropdown