Skip to content

Commit

Permalink
GHA: Test on Ubuntu 20.04 LTS (Focal Fossa)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 2, 2020
1 parent e98981b commit 8a0fdb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8"]
os: [ubuntu-18.04, ubuntu-16.04, macos-latest]
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-latest]
include:
# Include new variables for Codecov
- { codecov-flag: GHA_Ubuntu2004, os: ubuntu-20.04 }
- { codecov-flag: GHA_Ubuntu1804, os: ubuntu-18.04 }
- { codecov-flag: GHA_Ubuntu1604, os: ubuntu-16.04 }
- { codecov-flag: GHA_macOS, os: macos-latest }
# Dev versions
- { python-version: 3.9-dev, os: ubuntu-18.04 }
- { python-version: 3.10-dev, os: ubuntu-18.04 }
- { python-version: 3.9-dev, os: ubuntu-20.04 }
- { python-version: 3.10-dev, os: ubuntu-20.04 }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8a0fdb9

Please # to comment.