Skip to content

Commit

Permalink
Merge pull request #13 from supabase-community/ci0
Browse files Browse the repository at this point in the history
feat: Update CI
  • Loading branch information
olirice authored Nov 7, 2024
2 parents a4dd7e6 + 9a03e23 commit 9fe3830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
environment: env
strategy:
matrix:
python-version: ['3.9', '3.12']
# Max 4 Python versions here, because error:
# "Reached max indexes allowed (5). To add more indexes, upgrade your plan."
python-version: ["3.10", "3.11", "3.12", "3.13"]

services:
postgres:
Expand Down

0 comments on commit 9fe3830

Please sign in to comment.