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 40e7f83 commit 1502f28Copy full SHA for 1502f28
.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
@@ -28,6 +29,11 @@ jobs:
28
29
gemfile: rails7.0
30
- ruby: '3.1'
31
gemfile: rails7.1
32
+ exclude:
33
+ - ruby: '3.4'
34
+ gemfile: rails6.1
35
36
+ gemfile: rails7.0
37
steps:
38
- uses: actions/checkout@v4
39
- uses: ruby/setup-ruby@v1
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