|
1 | 1 | name: Tests |
2 | 2 | on: push |
3 | 3 | env: |
4 | | - BOT_CREDENTIALS: example.ru@6d624b45b67f843322ebaa1143132a24@7a1c7744-23c9-4ba9-a7dc-5381f090a52d |
5 | | - REDIS_DSN: redis://localhost:6379/0 |
6 | | - POSTGRES_DSN: postgresql://postgres:postgres@localhost:5432/postgres |
7 | | - SMARTLOG_DEBUG_HUIDS: 7d8eac87-8fc8-452c-9d57-34f988475368 |
8 | | - poetry_version: "1.5.0" |
9 | | - project_name: "bot-example" |
10 | | - PROD_SERVER_HOST: "prod.example.com" |
11 | | - DEV_SERVER_HOST: "dev.example.com" |
12 | | - BOTS_REGISTRY_URL: "registry.example.com/bots/" |
| 4 | + BOT_CREDENTIALS: example.ru@6d624b45b67f843322ebaa1143132a24@7a1c7744-23c9-4ba9-a7dc-5381f090a52d |
| 5 | + REDIS_DSN: redis://localhost:6379/0 |
| 6 | + POSTGRES_DSN: postgresql://postgres:postgres@localhost:5432/postgres |
| 7 | + SMARTLOG_DEBUG_HUIDS: 7d8eac87-8fc8-452c-9d57-34f988475368 |
| 8 | + poetry_version: "1.5.0" |
| 9 | + project_name: "bot-example" |
| 10 | + PROD_SERVER_HOST: "prod.example.com" |
| 11 | + DEV_SERVER_HOST: "dev.example.com" |
| 12 | + BOTS_REGISTRY_URL: "registry.example.com/bots/" |
13 | 13 |
|
14 | 14 | jobs: |
15 | 15 | test-image: |
|
37 | 37 | runs-on: ubuntu-22.04 |
38 | 38 | strategy: |
39 | 39 | matrix: |
40 | | - python-version: [ "3.8", "3.9", "3.10", "3.11"] |
| 40 | + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
41 | 41 |
|
42 | 42 | services: |
43 | 43 | postgres: |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | runs-on: ubuntu-22.04 |
114 | 114 | strategy: |
115 | 115 | matrix: |
116 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 116 | + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
117 | 117 |
|
118 | 118 | steps: |
119 | 119 | - name: Checkout |
|
0 commit comments