Skip to content

Commit

Permalink
chore: Run bats tests for all supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Dec 19, 2024
1 parent b6a4d50 commit 8ee71cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
bats:
strategy:
fail-fast: false
matrix:
python-version: ['3.12', '3.13']

runs-on: ubuntu-latest
container: debian:trixie
Expand All @@ -64,6 +66,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: |
uv python install ${{ matrix.python-version }}
uv python pin ${{ matrix.python-version }}
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 8ee71cc

Please sign in to comment.