Skip to content

Commit ca1a41b

Browse files
authored
Update testing matrix (#1350)
1 parent 3ed4d4f commit ca1a41b

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

.travis.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,25 @@ sudo: false
33
services:
44
- postgresql
55
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
1012
- RAILS_VERSION=5.1.7
1113
- RAILS_VERSION=5.0.7.2
12-
- RAILS_VERSION=4.2.11
1314
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
1718
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
2723
before_install:
28-
- gem install bundler --version 1.17.3
24+
- gem install bundler --version 2.2.5
2925
before_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"

0 commit comments

Comments
 (0)