diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-10 23:52:25 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-11 00:22:38 -0600 |
| commit | cdd0bf5eb9b6121a5dbd38a538c4c0b2fdff8d50 (patch) | |
| tree | b7f8edd1a3fd146a5b06b3a928197f9d6c9e976e /.github | |
| parent | 05ba71e74f150d2acb8f302ef49639c81b9b2bae (diff) | |
use pygments.rb ~> 2.0 when testing against upstream [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/upstream-dispatch.yml | 2 |
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: |
