mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update tests.yml
This commit is contained in:
parent
a6ca777ee2
commit
3b014f6df5
1 changed files with 4 additions and 3 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14"
|
||||
|
||||
defaults:
|
||||
# Windows sucks. Force use bash instead of PowerShell
|
||||
|
|
@ -74,13 +75,13 @@ jobs:
|
|||
if: ${{ env.IS_WINDOWS == 'false' }}
|
||||
uses: shogo82148/actions-setup-redis@v1
|
||||
with:
|
||||
redis-version: 6
|
||||
redis-version: "8.2.2"
|
||||
|
||||
- name: Setup mongodb
|
||||
if: ${{ env.IS_UBUNTU == 'true' }}
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
uses: supercharge/mongodb-github-action@1.12.0
|
||||
with:
|
||||
mongodb-version: "7.0"
|
||||
mongodb-version: "8"
|
||||
mongodb-username: mongo
|
||||
mongodb-password: mongo
|
||||
mongodb-port: 27017
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue