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 c112d70 commit 119877aCopy full SHA for 119877a
.github/workflows/ci.yml
@@ -47,6 +47,17 @@ jobs:
47
env:
48
RAILS_VERSION: 'main'
49
50
+ # Rails 8.1 builds >= 3.2
51
+ - ruby: 3.4
52
+ env:
53
+ RAILS_VERSION: '~> 8.1.0'
54
+ - ruby: 3.3
55
56
57
+ - ruby: 3.2
58
59
60
+
61
# Rails 8.0 builds >= 3.2
62
- ruby: 3.4
63
example_app_generator/run_specs.rb
@@ -10,4 +10,4 @@
10
run('bin/rake --backtrace spec:controllers') || abort
11
run('bin/rake --backtrace spec:helpers') || abort
12
run('bin/rake --backtrace spec:mailers') || abort
13
-run("bin/rake --backtrace stats") || abort
+run("bin/rails stats") || abort
0 commit comments