summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-01-22 13:15:56 +0300
committerGitHub <noreply@github.com>2021-01-22 03:15:56 -0700
commitbcdab94e187c48fec1349a64bdef823293a2b8cc (patch)
treef0917860bd875d782ff18b3b24ec33683c72f3a0 /.github
parent9432cb04767fdc47414cc41b4fef929efa8b1a94 (diff)
use pygments.rb 2.0.0 in CI (PR #1860)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--.github/workflows/upstream-dispatch.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06a7c74b..b719528b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,8 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.1.0'
- MENTOS_TIMEOUT: 30 # give pygments.rb calls more time to execute (in seconds)
- PYGMENTS_VERSION: '~> 1.2.0' # test runner will automatically disable Pygments tests on JRuby for Windows
+ PYGMENTS_VERSION: '~> 2.0.0'
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml
index 04ba6855..1ae99b05 100644
--- a/.github/workflows/upstream-dispatch.yml
+++ b/.github/workflows/upstream-dispatch.yml
@@ -5,7 +5,7 @@ jobs:
name: ${{ github.event.client_payload.message }}
runs-on: ubuntu-latest
env:
- PYGMENTS_VERSION: '~> 1.2.0'
+ PYGMENTS_VERSION: '~> 2.0.0'
RGHOST_VERSION: '0.9.7'
PRAWN_GMAGICK_VERSION: '0.0.9'
steps: