Run specs against Rails 6.1 in CI

This commit is contained in:
David Rodríguez 2020-11-23 19:02:26 +01:00
parent a8ae1ce26b
commit 2e110e29c7
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ services:
- mysql
env:
- RAILS=v6.1.0.rc1 DB=sqlite3
- RAILS=v6.1.0.rc1 DB=mysql
- RAILS=v6.1.0.rc1 DB=postgres
- RAILS=v6.0.3 DB=sqlite3
- RAILS=v6.0.3 DB=mysql
- RAILS=v6.0.3 DB=postgres