Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-10 17:32:54 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-10 17:32:57 +0300
commit5533724d74a09060ff8cc07078f82cedc8a947ac (patch)
tree474774944448ae7d82532e5f196e13494389c736 /.github
parent1254b8011347b309af122dbe91a9439cc56f4381 (diff)
Do test with Ubuntu 18.04
Sphinx-4.0 will drop support for Ubuntu 16.04. So CI Platform should be also updated to Ubuntu 18.04.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9e4dd2ade..a63a76a7f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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 }}