Skip to content

Commit 5e8cd95

Browse files
committed
ci: Enable YJIT and separated older builds
1 parent 7f6fd2e commit 5e8cd95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ jobs:
4848
doc-build-others:
4949
runs-on: ubuntu-latest
5050
name: Rails Doc Build (older versions)
51+
env:
52+
RUBY_YJIT_ENABLE: ${{ matrix.yjit-enabled }}
5153
strategy:
5254
matrix:
5355
include:
5456
- ruby-version: 2.7
55-
build-rails-versions: "5.2,6.0,6.1"
57+
build-rails-versions: "5.2"
58+
- ruby-version: 3.0
59+
build-rails-versions: "6.0,6.1"
5660
- ruby-version: 3.3
5761
build-rails-versions: "7.0,7.1,7.2"
5862
steps:

0 commit comments

Comments
 (0)