diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-08 23:41:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 23:41:30 -0600 |
| commit | 2fd7523bd7631a3f5d343f50c44b108e11b81eb5 (patch) | |
| tree | bd73b11ac3d1ab013866a9019c80d59aa2545ec9 /.github/workflows | |
| parent | 53ba4196aa7e7a1ede061e0c289067c8ec295c5f (diff) | |
resolves #4429 add support for Haml 6 to template converter (PR #4431)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52bdc33e..83d1565b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: os: [ubuntu-latest, windows-latest] ruby: [jruby-9.3.8.0, '2.5', '2.7', '3.0', '3.2'] asciimath-version: [~] + haml-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] exclude: @@ -51,6 +52,9 @@ jobs: asciimath-version: '~> 1.0.0' - os: ubuntu-latest ruby: '2.5' + haml-version: '~> 5.2.0' + - os: ubuntu-latest + ruby: '2.5' pygments-version: '~> 1.2.0' - os: ubuntu-latest ruby: '2.5' |
