diff options
| -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 |
