Skip to content

Commit

Permalink
Pin Ruby 2.1.9 to older bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Apr 11, 2023
1 parent ba795f8 commit 2b2c68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- 2.4
- 2.3
- 2.2
- 2.1.9
env:
-
DIFF_LCS_VERSION: "> 1.4.3"
Expand All @@ -69,6 +68,8 @@ jobs:
name_extra: "with diff-lcs 1.4.3"
env:
DIFF_LCS_VERSION: "1.4.3"
- ruby: 2.1.9
bundler: 1
fail-fast: false
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
env: ${{ matrix.env }}
Expand Down

0 comments on commit 2b2c68c

Please sign in to comment.