We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be5e4 commit c5197a2Copy full SHA for c5197a2
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
continue-on-error: true
12
strategy:
13
matrix:
14
- ruby: [ "3.3", "3.2", "3.1" ]
+ ruby: [ "3.4", "3.3", "3.2", "3.1" ]
15
rails: [ "8.0", "7.1", "7.0", "6.1" ]
16
# Rails 8 needs Ruby 3.2 or higher
17
exclude:
0 commit comments