Skip to content

Commit

Permalink
Merge pull request #43 from hugovk/gha-ubuntu-20.04
Browse files Browse the repository at this point in the history
GHA: Test on Ubuntu 20.04 LTS (Focal Fossa)
  • Loading branch information
hugovk authored Jun 15, 2020
2 parents e98981b + 3007089 commit 4aa6c12
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 4aa6c12

Please sign in to comment.