Skip to content

Commit

Permalink
chore(ci): check ubuntu images on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 19, 2022
1 parent cdae7d0 commit 238dda5
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 238dda5

Please sign in to comment.