Skip to content

Commit

Permalink
ci: add missing experimental flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 23, 2024
1 parent 885d9a6 commit 4d39211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ jobs:
- python-version: 3.11
requirements: latest
database: mysql
experimental: false
# Reduced testing for mariadb
- python-version: 3.11
requirements: latest
database: mariadb
experimental: false
# Reduced testing for minimal deps
- python-version: '3.10'
requirements: minimal
database: postgresql
experimental: false
# Reduced testing for edge deps
- python-version: 3.11
requirements: edge
Expand Down

0 comments on commit 4d39211

Please sign in to comment.