Skip to content

Commit

Permalink
Upgrade matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fgarces committed Oct 1, 2020
1 parent 4bec7fa commit 967c701
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 2.6.5
- 2.7.1
before_install:
- sudo apt-get update
- sudo apt-get --yes remove postgresql\*
Expand All @@ -11,6 +12,10 @@ gemfile:
- gemfiles/activerecord_4.gemfile
- gemfiles/activerecord_5.gemfile
- gemfiles/activerecord_6.gemfile
matrix:
include:
- rvm: 2.7.1
gemfile: gemfiles/activerecord_4.gemfile
services:
- postgresql
before_script:
Expand All @@ -19,4 +24,4 @@ before_script:
- psql -c 'create table products ( id serial primary key, data varchar);' -U postgres -d postgresql_cursor_test
- psql -c 'create table prices ( id serial primary key, data varchar, product_id integer);' -U postgres -d postgresql_cursor_test
addons:
postgresql: '12.1'
postgresql: '12.3'

0 comments on commit 967c701

Please sign in to comment.