Skip to content

Commit

Permalink
Merge 76df295 into 91ff920
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Jan 18, 2020
2 parents 91ff920 + 76df295 commit b04667b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Expand Up @@ -14,23 +14,22 @@ jobs:
strategy:
matrix:
ruby:
# インストールできないと言われる
# - 2.3.x
- 2.4.x
- 2.5.x
- 2.6.x
- 2.3
- 2.4
- 2.5
- 2.6
gemfile:
- rails42.gemfile
- rails50.gemfile
- rails51.gemfile
- rails52.gemfile
- rails60.gemfile
exclude:
- ruby: 2.3.x
- ruby: 2.3
gemfile: rails60.gemfile
- ruby: 2.4.x
- ruby: 2.4
gemfile: rails60.gemfile
- ruby: 2.5.x
- ruby: 2.5
gemfile: rails60.gemfile

env:
Expand All @@ -47,7 +46,7 @@ jobs:
sudo apt-get install libsqlite3-dev
- name: Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
uses: eregon/use-ruby-action@master
with:
ruby-version: ${{ matrix.ruby }}

Expand Down

0 comments on commit b04667b

Please sign in to comment.