Skip to content

Commit

Permalink
fix: update python matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Oct 23, 2024
1 parent b0504e9 commit 044cb82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
# check-out repo and set-up python
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

# Setup services with docker compose
- name: Setup env config
run: |
Expand Down Expand Up @@ -49,4 +49,3 @@ jobs:
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false

0 comments on commit 044cb82

Please sign in to comment.