Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2021-06-29 23:00:54 +0300
committerJeff King <peff@peff.net>2021-06-29 23:16:59 +0300
commit2c0a5ee5fc864fd28206f2494773dc98b9e3592a (patch)
tree08925bd645274bec8e1b85dd0013a7c7814e5c8d /.github
parent45beb496e92e270b0483f54c8b791c6db34e0ab9 (diff)
bump ruby version to 2.7.3
This has some security fixes, though none that should impact us. Mostly I want to make sure the bumping process works with CI (it would be nice if we could read the .ruby-version or Gemfile from the CI code; I think it's possible but non-trivial).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c209066c..1917b4bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.7.2
+ ruby-version: 2.7.3
bundler-cache: true
- name: rails setup