Skip to content

Commit d132be9

Browse files
author
haruyama.makoto
committed
fix: fix github action
1 parent 987eb9b commit d132be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.6', '2.7', '3.0']
18+
ruby-version: ['2.5', '2.6', '2.7', '3.0']
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -29,5 +29,7 @@ jobs:
2929
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3030
- name: Install dependencies
3131
run: bundle install
32+
- name: Compile
33+
run: bundle exec rake compile
3234
- name: Run tests
3335
run: bundle exec rspec

0 commit comments

Comments
 (0)