Skip to content

Commit

Permalink
Upgrade to Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 20, 2020
1 parent 509fad9 commit 6e2f2ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
ruby:
- 2.5
- 2.6
- 2.7
steps:
- uses: actions/checkout@master
- name: script/cibuild-docker
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.8
2.7.1
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
rvm:
- 2.5
- 2.6
- 2.7

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild-docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

# Set the ruby version in the Action definition matrix.
: "${RUBY_VERSION:="2.5.8"}"
: "${RUBY_VERSION:="2.7.1"}"

docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
docker run --rm --workdir /src/gh/pages-gem github-pages script/cibuild

0 comments on commit 6e2f2ab

Please sign in to comment.