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-21 02:11:45 -0600 |
| commit | 2f118a8e9f2ebdd8f50bf9df24b3d879e4171235 (patch) | |
| tree | 6519c02af9403f15ecf14cd76e158baa2b25094d /.github/workflows | |
| parent | 43a0b114b96c22f7d37095700da26dcbc8aaab1f (diff) | |
lock pygments.rb version to 2.3.x until test assertions are updated
Diffstat (limited to '.github/workflows')
| -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 a8570f4c..ab730449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ruby: [jruby-9.4.2.0, '2.5', '2.7', '3.0', '3.2'] asciimath-version: [~] haml-version: [~] - pygments-version: ['~> 2.0'] + pygments-version: ['~> 2.3.0'] rouge-version: [~] exclude: # remove 3.2 on ubuntu-latest to mark as primary |
