Skip to content

Commit afe08c2

Browse files
Bump ruby/setup-ruby from 1.299.0 to 1.301.0 (#403)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Cohnen <tisba@users.noreply.github.com>
1 parent b0217fb commit afe08c2

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ jobs:
2121
- "macos-26-intel"
2222
- "ubuntu-24.04"
2323
ruby:
24-
- "truffleruby+graalvm"
24+
- "truffleruby+graalvm-33"
25+
- "truffleruby+graalvm-34"
26+
exclude:
27+
# starting TruffleRuby 34.0.0 no longer supports Intel on macOS
28+
- os: "macos-15-intel"
29+
ruby: "truffleruby+graalvm-34"
30+
- os: "macos-26-intel"
31+
ruby: "truffleruby+graalvm-34"
2532

2633
name: ${{ matrix.os }} - ${{ matrix.ruby }}
2734
runs-on: ${{ matrix.os }}
@@ -33,7 +40,7 @@ jobs:
3340
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3441
with:
3542
persist-credentials: false
36-
- uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
43+
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1
3744
with:
3845
ruby-version: ${{ matrix.ruby }}
3946
bundler: latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165
@@ -76,7 +83,7 @@ jobs:
7683
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7784
with:
7885
persist-credentials: false
79-
- uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
86+
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1
8087
with:
8188
ruby-version: ${{ matrix.ruby }}
8289
bundler-cache: true

0 commit comments

Comments
 (0)