Skip to content

Commit

Permalink
Allow rails main, ruby 3.4 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed Nov 19, 2024
1 parent a8d4800 commit 29f3105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
ruby: ["3.2", "3.3", "3.4"]
rails: ["7.1", "7.2", "8.0", "main"]
continue-on-error: [false]
include:
- ruby: "3.4"
continue-on-error: [true]
- rails: "main"
continue-on-error: [true]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 29f3105

Please sign in to comment.