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 9f4adfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby: ["2.0", "2.1", "2.2"]
ruby: ["2.0", "2.1", "2.2", "2.3"]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 9f4adfa

Please sign in to comment.