Skip to content

Commit

Permalink
Run CI tests on Ruby 2.5, 2.6, and 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arku committed Aug 26, 2020
1 parent 8a272dd commit 80be47d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.5, 2.6, 2.7]
env:
PGHOST: localhost
PGUSER: test_app
Expand Down Expand Up @@ -70,6 +73,8 @@ jobs:
run: sudo apt-get -yqq install libpq-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Ruby gem cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 80be47d

Please sign in to comment.