Skip to content

Commit

Permalink
Match runner python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 5, 2023
1 parent cec75ca commit 5679381
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ jobs:
receptorctl:
name: receptorctl (Python ${{ matrix.python-version }})
needs: receptor
runs-on: ubuntu-latest
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- os-version: "ubuntu-22.04"
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -126,7 +127,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
python-version: "${{ matrix.python-version }}"

- name: Install tox
run: pip install tox
Expand Down

0 comments on commit 5679381

Please sign in to comment.