diff options
| author | Garen J. Torikian <gjtorikian@users.noreply.github.com> | 2025-02-21 09:00:24 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-13 06:28:15 +0000 |
| commit | f94f28481b8450c0dfa18304be420fd969321b7e (patch) | |
| tree | d90a6da147eed49bea7f5ceb1ebe8c8a63fcfafd | |
| parent | e0ab4157877c737b775610a7d885de28bed577ef (diff) | |
[ruby/rubygems] remove outdated rubies
https://github.com/ruby/rubygems/commit/98a50203cb
| -rw-r--r-- | lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt b/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt index 2c387f0c14..c3fca937f6 100644 --- a/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt +++ b/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt @@ -20,7 +20,7 @@ jobs: supported-ruby-platforms: | exclude: ["arm-linux", "x64-mingw32"] stable-ruby-versions: | - exclude: ["2.5", "2.6", "2.7", "head"] + exclude: ["head"] source-gem: runs-on: ubuntu-latest |
