Skip to content

Commit

Permalink
OPS: Run tests over more python versions on release too
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Dec 12, 2024
1 parent ca87356 commit eb3c74f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ubuntu-latest
env:
USING_COVERAGE: '3.9'
USING_COVERAGE: '3.11'
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
if: "github.event.pull_request.merged == true"
runs-on: ubuntu-latest
env:
USING_COVERAGE: '3.9'
USING_COVERAGE: '3.11'
strategy:
matrix:
python: ['3.8', '3.9']
python: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit eb3c74f

Please sign in to comment.