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
33services :
44 - postgresql
55env :
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
1012 - RAILS_VERSION=5.1.7
1113 - RAILS_VERSION=5.0.7.2
12- - RAILS_VERSION=4.2.11
1314rvm :
14- - 2.4.9
15- - 2.5.7
16- - 2.6.5
15+ - 2.6.6
16+ - 2.7.2
17+ - 3.0.0
1718matrix :
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
2723before_install :
28- - gem install bundler --version 1.17.3
24+ - gem install bundler --version 2.2.5
2925before_script :
3026 - sh -c "if [ '$DATABASE_URL' = 'postgres://postgres@localhost/jr_test' ]; then psql -c 'DROP DATABASE IF EXISTS jr_test;' -U postgres; fi"
3127 - 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