Skip to content

Commit

Permalink
Extend tests to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Jan 2, 2024
1 parent f028829 commit b66bccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
# Latest dbts' test matrix on 3.11 (well supported py version) on ubuntu
- { python: "3.11", os: "ubuntu-latest", dbt: "1.3" }
- { python: "3.11", os: "ubuntu-latest", dbt: "1.4" }
- { python: "3.11", os: "ubuntu-latest", dbt: "1.5" }
# full test matrix on 3.10 (well supported py version) on ubuntu
- { python: "3.10", os: "ubuntu-latest", dbt: "1.0" }
- { python: "3.10", os: "ubuntu-latest", dbt: "1.1" }
Expand Down

0 comments on commit b66bccf

Please sign in to comment.