summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-28 01:30:06 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-04-28 01:30:06 -0600
commit30d98db64e3d81d06db9a04e8a512e3ecc484802 (patch)
tree68a6620e818a16352f8a48c7bdd4d9101532c8ff
parentefeea6be124e23b3d49ae5de3f5f2f5fde6823b0 (diff)
use latest minor of pygments.rb and asciidoctor-diagram in CI
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9c6cb6d..879bd46d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,8 +56,8 @@ jobs:
primary: primary
runs-on: ${{ matrix.os }}
env:
- ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.1.0'
- PYGMENTS_VERSION: '~> 2.1.0'
+ ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.1'
+ PYGMENTS_VERSION: '~> 2.0'
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout