Skip to content

Commit

Permalink
Test Python 3.7 and 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 24, 2024
1 parent ef4c00f commit 44c6162
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ on: [push, pull_request]
jobs:
test-linux:
runs-on: ubuntu-latest
name: Ubuntu Latest
name: "Ubuntu Latest ${{ matrix.python-version }}"

strategy:
matrix:
python-version: ["3.7", "3.11"]

steps:
- name: Checkout ReBench
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: pip install .
Expand Down

0 comments on commit 44c6162

Please sign in to comment.