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 5eaac93
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ 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 5eaac93

Please sign in to comment.