Skip to content

Commit

Permalink
CI: don't use Rails EDGE with Ruby v3.4.0-preview1
Browse files Browse the repository at this point in the history
rails v8 alpha wants sqlite3 v2, but sqlite3 v2 insists on Rails <
3.4.0.dev
  • Loading branch information
fallwith committed Aug 19, 2024
1 parent 0d72863 commit ec247f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
"rails": "norails,rails61,rails70,rails71,rails72,railsedge"
},
"3.4.0-preview1": {
"rails": "norails,rails61,rails70,rails71,rails72,railsedge"
"rails": "norails,rails61,rails70,rails71,rails72"
}
}
Expand Down

0 comments on commit ec247f3

Please sign in to comment.