Skip to content

Commit

Permalink
Give up on Ruby 3.1 + Rails 7.1
Browse files Browse the repository at this point in the history
The error_highlight silliness is not worth working around.
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 0db5525 commit dec24ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
rails: ["7.1", "7.0", "6.1"]
ruby: ["3.2", "3.1", "3.0"]
exclude:
- ruby: "3.1"
rails: "7.1"

runs-on: 'ubuntu-latest'

Expand Down

0 comments on commit dec24ca

Please sign in to comment.