mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8402 from tk0miya/test_with_ubuntu18.04
Do test with Ubuntu 18.04
This commit is contained in:
commit
859b5fcea7
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user