ci(python): add app versions to inputs

ref: #947 #152
This commit is contained in:
2025-08-12 13:57:14 +09:30
parent b32d7f302e
commit 8d6d1d258d

View File

@ -52,7 +52,9 @@ jobs:
needs:
- docker
with:
POSTGRES_VERSIONS: "[ '13', '14', '15', '16', '17' ]"
PYTHON_VERSION: '3.11'
RABBITMQ_VERSIONS: "[ '3.12', '3.13', '4.0', '4.1' ]"
secrets:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}