Skip to content

Commit 8da33eb

Browse files
committed
3.4.7
1 parent cfd337c commit 8da33eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rubies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
cd ruby-install-0.10.1
1515
make install
1616
- name: Install Ruby
17-
run: 'ruby-install --rubies-dir /github/workspace 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
17+
run: 'ruby-install --rubies-dir /github/workspace 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
1818
- name: Upload artifact
1919
uses: actions/upload-artifact@v5
2020
with:
21-
name: ruby-3.3.8
21+
name: ruby-3.4.7
2222
path: /github/workspace

0 commit comments

Comments
 (0)