Skip to content

Commit

Permalink
Merge pull request #436 from ashawley/ruby-2.7
Browse files Browse the repository at this point in the history
Add Ruby 2.7 to CI builds
  • Loading branch information
ashawley authored Apr 18, 2021
2 parents f6c8518 + 25f4686 commit d8a569a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.x
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
script:
- bundle exec jekyll build
- rake 'draft[Hello\, world]'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# appveyor.yml

environment:
RUBY_VERSION: 25
RUBY_VERSION: 26

platform:
- x64
Expand Down

0 comments on commit d8a569a

Please sign in to comment.