mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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.
This commit is contained in:
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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user