diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-02-13 23:58:48 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-02-14 03:19:05 -0700 |
| commit | c6dfaadf908a4b5367c9a54355c57af26dbb8999 (patch) | |
| tree | f51fc45d8f5d0ed0cac8f8387df6f6eab6f6e35b /.github | |
| parent | 023f98840e47ba93318c6cc2f15d3eb7088bc7fe (diff) | |
lock visual tests to Rouge 4.0.x to stabilize them
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d98ffb86..1dbec5aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: upstream: upstream - os: ubuntu-latest ruby: '3.1' + rouge-version: '~> 4.0.0' primary: primary runs-on: ${{ matrix.os }} env: |
