Skip to content

Commit

Permalink
ci: test against multiple versions of robotframework
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jan 10, 2024
1 parent 1721b07 commit ce51de8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
strategy:
matrix:
python: [3.8, 3.9, 3.11]
robotframework:
- "3.2.0"
- "4.1.0"
- "5.0.0"
- "6.0.0"
- "6.1.0"

steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +26,7 @@ jobs:
run: |
pip install tox
pip install -r ./requirements.txt
pip install "robotframework~=${{ matrix.robotframework }}"
- name: Run Tox
# Run tox using the version of Python in `PATH`
Expand Down

0 comments on commit ce51de8

Please sign in to comment.