Skip to content

Commit

Permalink
add python version to unit test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2024
1 parent 997404f commit ea68191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
strategy:
matrix:
package: ["dbt-adapters"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
package: ${{ matrix.package }}
branch: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit ea68191

Please sign in to comment.