Benoit Daloze
fbaef13682
Add support for ubuntu-22.04-arm64 and ubuntu-24.04-arm64
2025-01-18 23:33:18 +01:00
ruby-builder-bot
f72249c5c9
Update CRuby releases on Windows
v1.212.0
2025-01-18 22:06:31 +01:00
MSP-Greg
87b48937c9
test.yml -add windows-2025
v1.211.0
2025-01-18 13:13:22 +01:00
MSP-Greg
fd2daeae79
common.js - add windows-2025
2025-01-18 13:13:22 +01:00
MSP-Greg
1d542747a7
yarn.lock - Remove @actions/core 1.10.1, use @actions/core 1.11.1
...
Update index.js
v1.210.0
2025-01-17 20:51:41 +01:00
Benoit Daloze
7a6302104f
Workaround missing require 'logger' in Rails
v1.209.0
2025-01-17 10:00:35 +01:00
Bassem Dghaidi
8e51ba9a0a
Upgrade @actions/cache to 4.0.0
2025-01-17 10:00:35 +01:00
ruby-builder-bot
868b3f0884
Add ruby-3.3.7
v1.208.0
2025-01-15 21:52:39 +01:00
ruby-builder-bot
4a9ddd6f33
Update CRuby releases on Windows
v1.207.0
2024-12-30 20:44:12 +01:00
ruby-builder-bot
bfefad842b
Add ruby-3.4.0,ruby-3.4.1
v1.206.0
2024-12-26 12:46:26 +01:00
Shizuo Fujita
540484a3c0
Fixes the latest rubygems installation error with Ruby 3.0
...
If set up `rubygems: latest` in workflow,
it will cause the error with Ruby 3.0 because the latest rubygems does not support Ruby 3.0.
Ref. https://rubygems.org/gems/rubygems-update
### Error message
```
Updating RubyGems
/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/gem --version
3.2.33
Default RubyGems version is 3.2.33
Updating RubyGems to latest version
/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/gem update --system
ERROR: Error installing rubygems-update:
rubygems-update-3.6.1 requires Ruby version >= 3.1.0. The current ruby version is 3.0.7.220.
ERROR: While executing gem ... (NoMethodError)
undefined method `version' for nil:NilClass
Updating rubygems-update
Took 2.86 seconds
Error: The process '/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/gem' failed with exit code 1
```
### How to reproduce
```
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
rubygems: latest
```
v1.205.0
2024-12-23 19:21:18 +01:00
ruby-builder-bot
401c19e14f
Add ruby-3.4.0-rc1
v1.204.0
2024-12-13 20:31:53 +01:00
Benoit Daloze
2a18b06812
Require macos-13+ for macos-amd64 as builds from now on will be on 13 and 12 can no longer be tested
v1.203.0
2024-12-06 22:33:53 +01:00
Benoit Daloze
2e3487c00e
No more macos-12 runners, minimum for macos-amd64 is now macos-13
2024-12-06 22:29:00 +01:00
Benoit Daloze
6825c765eb
Clarify
2024-11-21 14:11:38 +01:00
Benoit Daloze
9a9fe58c47
Clarify all macOS versions from 12 are supported
2024-11-20 20:58:51 +01:00
ruby-builder-bot
a2bbe5b1b2
Update CRuby releases on Windows
v1.202.0
2024-11-09 16:33:51 +01:00
ruby-builder-bot
46ca53beb3
Update CRuby releases on Windows
v1.201.0
2024-11-07 14:39:39 +01:00
Benoit Daloze
217c988b8c
Skip which bundle test on mingw, mswin and ucrt
...
* See https://github.com/ruby/setup-ruby/issues/658
v1.200.0
2024-11-05 12:06:00 +01:00
ruby-builder-bot
c6d4d2ab97
Add ruby-3.3.6
2024-11-05 12:02:48 +01:00
ruby-builder-bot
8c27ea3449
Add jruby-9.4.9.0
2024-11-05 11:59:57 +01:00
ruby-builder-bot
7d3497fd78
Update CRuby releases on Windows
v1.199.0
2024-10-31 20:40:36 +01:00
ruby-builder-bot
98aefb3c83
Add ruby-3.2.6
v1.198.0
2024-10-30 20:46:56 +01:00
ruby-builder-bot
7bae1d00b5
Add truffleruby-24.1.1,truffleruby+graalvm-24.1.1
v1.197.0
2024-10-17 21:33:08 +02:00
Benoit Daloze
4d521eadc8
Fix exclusion
2024-10-11 11:59:43 +02:00
Benoit Daloze
1d9686e3ef
Mention the new ruby-asan under Supported Versions
...
* Remove the ASan Debugging section for now as it seems mostly redundant.
Native extensions are automatically compiled with ASan, so there is nothing special to do to use it.
2024-10-11 11:58:05 +02:00
Samuel Williams
bea2fb915c
Add some details about using asan build.
2024-10-11 11:58:05 +02:00
Benoit Daloze
f269373437
Test the last 3.4 preview in CI
v1.196.0
2024-10-07 20:33:19 +02:00
ruby-builder-bot
784fcda67f
Add ruby-3.4.0-preview2
2024-10-07 20:20:58 +02:00
Benoit Daloze
f6e05710ec
Update README.md
2024-10-05 20:53:31 +02:00
Benoit Daloze
207a39969b
Move the link to the list together with other text about builds
2024-10-05 20:51:36 +02:00
Samuel Williams
086ffb1a20
Update the dist/index.js.
v1.195.0
2024-10-05 20:46:21 +02:00
Samuel Williams
27ceac8081
Add asan to the test matrix.
2024-10-05 20:46:21 +02:00
Samuel Williams
aac0c64812
Add asan as a head version of Ruby.
2024-10-05 20:46:21 +02:00
Samuel Williams
727fd4feab
Update ruby-builder-versions.json
2024-10-05 20:46:21 +02:00
Stavros Ntentos
79c01b8847
README.md: Mention link to supported Ruby versions for GitHub-hosted runners
...
Fixes https://github.com/ruby/setup-ruby/issues/650
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com >
2024-10-02 22:26:31 +02:00
Benoit Daloze
c04af2bb72
Replace macos-release by (parseInt(os.version()) - 9)
...
* That way we don't need to update that dependency to work with newer macOS releases.
v1.194.0
2024-09-25 22:01:07 +02:00
Benoit Daloze
17f5c914a0
Add support for macos-15 and all future macos runners
...
* Fixes https://github.com/ruby/setup-ruby/issues/647
2024-09-25 22:00:58 +02:00
Benoit Daloze
5496baa6db
Update macos-release to 3.3.0 so it recognizes macos-15
2024-09-25 21:40:23 +02:00
Benoit Daloze
0ec4904dc7
Better error for TruffleRuby on Windows
...
* Fixes https://github.com/ruby/setup-ruby/issues/619
2024-09-25 21:02:29 +02:00
ruby-builder-bot
f321cf5a4d
Add truffleruby-24.1.0,truffleruby+graalvm-24.1.0
v1.193.0
2024-09-17 16:56:52 +02:00
MSP-Greg
6af8267b44
README.md - Windows - clarify installed packages, 2022 vs 2019
2024-09-16 22:18:39 +02:00
ruby-builder-bot
a6b46b8a08
Update CRuby releases on Windows
v1.192.0
2024-09-16 15:52:34 +02:00
ruby-builder-bot
52753b7da8
Add ruby-3.3.5
v1.191.0
2024-09-03 21:45:07 +02:00
ruby-builder-bot
a6e6f86333
Update CRuby releases on Windows
v1.190.0
2024-07-27 15:01:55 +02:00
ruby-builder-bot
bc2ba926aa
Add ruby-3.2.5
v1.189.0
2024-07-27 13:22:02 +02:00
Rui Chen
371544706a
docs: update ruby-version comment
2024-07-24 23:02:41 +02:00
ruby-builder-bot
50ba3386b0
Add truffleruby-24.0.2,truffleruby+graalvm-24.0.2
v1.188.0
2024-07-22 13:01:40 +02:00
ruby-builder-bot
161cd54b69
Update CRuby releases on Windows
v1.187.0
2024-07-10 23:01:53 +02:00
ruby-builder-bot
2a9a743e19
Add ruby-3.3.4
v1.186.0
2024-07-09 17:13:03 +02:00