File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,25 @@ sudo: false
3
3
services :
4
4
- postgresql
5
5
env :
6
- - RAILS_VERSION=6.0.0 DATABASE_URL=postgres://postgres@localhost/jr_test
7
- - RAILS_VERSION=6.0.0
8
- - RAILS_VERSION=5.2.3 DATABASE_URL=postgres://postgres@localhost/jr_test
9
- - RAILS_VERSION=5.2.3
6
+ - RAILS_VERSION=6.1.1 DATABASE_URL=postgres://postgres@localhost/jr_test
7
+ - RAILS_VERSION=6.1.1
8
+ - RAILS_VERSION=6.0.3.4 DATABASE_URL=postgres://postgres@localhost/jr_test
9
+ - RAILS_VERSION=6.0.3.4
10
+ - RAILS_VERSION=5.2.4.4 DATABASE_URL=postgres://postgres@localhost/jr_test
11
+ - RAILS_VERSION=5.2.4.4
10
12
- RAILS_VERSION=5.1.7
11
13
- RAILS_VERSION=5.0.7.2
12
- - RAILS_VERSION=4.2.11
13
14
rvm :
14
- - 2.4.9
15
- - 2.5.7
16
- - 2.6.5
15
+ - 2.6.6
16
+ - 2.7.2
17
+ - 3.0.0
17
18
matrix :
18
- exclude :
19
- - rvm : 2.6.5
20
- env : " RAILS_VERSION=4.2.11"
21
- - rvm : 2.4.9
22
- env : " RAILS_VERSION=6.0.0"
23
- - rvm : 2.4.9
24
- env : " RAILS_VERSION=6.0.0 DATABASE_URL=postgres://postgres@localhost/jr_test"
25
- - rvm : 2.4.9
26
- env : " RAILS_VERSION=5.2.3 DATABASE_URL=postgres://postgres@localhost/jr_test"
19
+ allow_failures :
20
+ - env : " RAILS_VERSION=6.1.1"
21
+ - env : " RAILS_VERSION=6.1.1 DATABASE_URL=postgres://postgres@localhost/jr_test"
22
+ - rvm : 3.0.0
27
23
before_install :
28
- - gem install bundler --version 1.17.3
24
+ - gem install bundler --version 2.2.5
29
25
before_script :
30
26
- sh -c "if [ '$DATABASE_URL' = 'postgres://postgres@localhost/jr_test' ]; then psql -c 'DROP DATABASE IF EXISTS jr_test;' -U postgres; fi"
31
27
- sh -c "if [ '$DATABASE_URL' = 'postgres://postgres@localhost/jr_test' ]; then psql -c 'CREATE DATABASE jr_test;' -U postgres; fi"
You can’t perform that action at this time.
0 commit comments