We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004e101 commit 4e2d045Copy full SHA for 4e2d045
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- ruby-version: ["3.2", "3.3", "3.4"]
+ ruby-version: ["3.2", "3.3", "3.4", "4.0"]
31
gemfile: [ rails_7_2, rails_8_0, rails_8_1, rails_main ]
32
database: [sqlite, postgres, mysql]
33
services:
0 commit comments