docs: Add tested version badges

ref: #947 #152
This commit is contained in:
2025-08-12 16:15:44 +09:30
parent 190e4b4a98
commit 89970dc4e2
3 changed files with 9 additions and 4 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long