Skip to content

Commit

Permalink
Temporarily introduce spec failure to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 26, 2023
1 parent 8982646 commit d40b15a
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 @@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
ruby:
["2.2", 2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit d40b15a

Please sign in to comment.