Skip to content

Commit

Permalink
Remove unsupported Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed May 15, 2024
1 parent 522127d commit 7e32921
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2"]
rails: ["6.1", "7.0"]
continue-on-error: [false]
exclude:
- ruby: "3.2"
rails: "6.1"

runs-on: ubuntu-latest

Expand Down

0 comments on commit 7e32921

Please sign in to comment.