diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-09 15:51:12 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-09 15:51:12 -0600 |
| commit | b07eeafc401f920b76dd034d6780ab6cc0d7adcd (patch) | |
| tree | de543bda1df910e87357b5e98c7c9428c03e3c12 /.github/workflows | |
| parent | 512a77e4d5a43ae909b8c1e3fe3efa852133b317 (diff) | |
stub in entry in CI matrix as a reminder to test Asciidoctor 2.0.x once 2.1.0 is released [skip ci]
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 879bd46d..47876159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,10 @@ jobs: include: - os: macos-latest ruby: '3.0' + # NOTE: enable once Asciidoctor 2.1.0 is released + #- os: ubuntu-latest + # ruby: '2.5' + # asciidoctor-version: '~> 2.0.0' - os: ubuntu-latest ruby: '2.5' rouge-version: '~> 2.0.0' |
