summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-07-10 23:52:25 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-07-11 00:22:38 -0600
commitcdd0bf5eb9b6121a5dbd38a538c4c0b2fdff8d50 (patch)
treeb7f8edd1a3fd146a5b06b3a928197f9d6c9e976e /.github
parent05ba71e74f150d2acb8f302ef49639c81b9b2bae (diff)
use pygments.rb ~> 2.0 when testing against upstream [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upstream-dispatch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml
index 2028727c..de63860b 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: '~> 2.1.0'
+ PYGMENTS_VERSION: '~> 2.0'
RGHOST_VERSION: '0.9.7'
PRAWN_GMAGICK_VERSION: '0.0.9'
steps: