We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bfabb commit 4860cd0Copy full SHA for 4860cd0
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
ruby:
15
- '3.2'
16
- '3.3'
17
+ - '3.4'
18
gemfile:
19
- rails6.1
20
- rails7.0
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### Unreleased
2
* Add tests with Rails 7.2 and 8.0
3
+* Add tests with Ruby 3.4
4
5
### Curly 3.4.0 (July 2, 2024)
6
* Drop upper limit on Rails, test with Rails main.
0 commit comments