Skip to content

Commit

Permalink
CI: Testing on two Ubuntu LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 5, 2023
1 parent 6c2c32a commit 734fa0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
run: docker run pyrdp pyrdp-mitm -h

install-and-test-ubuntu:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
# Lets try to keep testing an LTS python and latest python
python-version: ['3.7', '3.11']

name: Install and test on Ubuntu with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
name: Install and test on Ubuntu ${{ matrix.os }} with Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 734fa0a

Please sign in to comment.