diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-21 02:11:45 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-23 01:34:23 -0600 |
| commit | 6a33915699cf3bbff38e06840ac7ecf1391f0412 (patch) | |
| tree | 2b71735d4f632532efb5c6fdd5954a3f00e242ef /.github | |
| parent | 00ddc8b644e4b8865a40ef5e80f4ca3699079d8f (diff) | |
lock pygments.rb version to 2.3.x until test assertions are updated
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89d12711..0ec79e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: ruby: ['jruby-9.2.19.0', '2.3', '2.7', '3.0', '3.1'] asciimath-version: [~] haml-version: [~] - pygments-version: ['~> 2.0'] + pygments-version: ['~> 2.3.0'] rouge-version: [~] exclude: # remove 3.1 on ubuntu-latest to mark as primary |
