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 cfd337c commit 8da33ebCopy full SHA for 8da33eb
.github/workflows/build-rubies.yml
@@ -14,9 +14,9 @@ jobs:
14
cd ruby-install-0.10.1
15
make install
16
- name: Install Ruby
17
- run: 'ruby-install --rubies-dir /github/workspace 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
+ run: 'ruby-install --rubies-dir /github/workspace 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
18
- name: Upload artifact
19
uses: actions/upload-artifact@v5
20
with:
21
- name: ruby-3.3.8
+ name: ruby-3.4.7
22
path: /github/workspace
0 commit comments