Skip to content

Commit

Permalink
Merge pull request #97 from gforcada/test-workflows
Browse files Browse the repository at this point in the history
chore(ci): check ubuntu images on GHA
  • Loading branch information
gforcada committed Dec 19, 2022
2 parents cdae7d0 + 238dda5 commit 09354a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ env:
jobs:
test:
name: Testing on
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.10", 3.9, 3.8, 3.7, pypy-3.9]
os: ["ubuntu-22.04"]
include:
- os: "ubuntu-latest"
python-version: 3.11
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 09354a2

Please sign in to comment.