Skip to content

Commit

Permalink
add tests for python 3.8, 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie authored Nov 27, 2024
1 parent e78cff9 commit 830f3b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ jobs:
env:
JUNIT_REPORT_PATH: pytest-junit-report
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.10.13, 3.12]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3.10.13
python-version: ${{ matrix.python-version }}

- name: Setup pip Cache
id: cache-pip
Expand Down

0 comments on commit 830f3b8

Please sign in to comment.