We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987eb9b commit d132be9Copy full SHA for d132be9
.github/workflows/ruby.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- ruby-version: ['2.6', '2.7', '3.0']
+ ruby-version: ['2.5', '2.6', '2.7', '3.0']
19
20
steps:
21
- uses: actions/checkout@v2
@@ -29,5 +29,7 @@ jobs:
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
30
- name: Install dependencies
31
run: bundle install
32
+ - name: Compile
33
+ run: bundle exec rake compile
34
- name: Run tests
35
run: bundle exec rspec
0 commit comments