Skip to content

Commit

Permalink
Set GR version to 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jun 2, 2020
1 parent 3667b22 commit 3657a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
- name: Install GR framework
run: |
$gr_version = "0.49.0"
$gr_version = "0.50.0"
$gr_architecture = "x86_64"
$gr_base_name = "gr-${gr_version}-Windows-${gr_architecture}"
$gr_tar_name = "${gr_base_name}.tar"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rvm:
- 2.5
- 2.4
before_install:
- export GR_VERSION=0.49.0
- export GR_VERSION=0.50.0
- chmod +x ./test/ci/install_gr.sh
- ./test/ci/install_gr.sh
- export GRDIR=$HOME/GR/$GR_VERSION/gr
Expand Down

0 comments on commit 3657a03

Please sign in to comment.