Merge pull request #8402 from tk0miya/test_with_ubuntu18.04

Do test with Ubuntu 18.04
This commit is contained in:
Takeshi KOMIYA 2020-11-10 23:42:53 +09:00 committed by GitHub
commit 859b5fcea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,11 @@ on: [push, pull_request]
jobs:
ubuntu:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
name: [py36, py37, py38, py39]
os: [ubuntu-16.04]
name: [py36, py37, py38, py39, py310-dev]
include:
- name: py36
python: 3.6
@ -27,7 +26,6 @@ jobs:
- name: py310-dev
python: 3.10-dev
docutils: du16
os: ubuntu-latest # required
env:
PYTEST_ADDOPTS: ${{ matrix.coverage }}