-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a228941
commit ac414c8
Showing
8 changed files
with
19 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,24 +13,18 @@ jobs: | |
matrix: | ||
include: | ||
### TEST ALL RUBY VERSIONS, USE DEFAULT GEMFILE | ||
- ruby: 2.3 | ||
- ruby: 2.4 | ||
- ruby: 2.5 | ||
- ruby: 2.6 | ||
- ruby: 2.7 | ||
- ruby: 3.0 | ||
|
||
### RAILS VERSION TESTING | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.0.sqlite3.gemfile | ||
gemfile: gemfiles/ar_5.2_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.1.sqlite3.gemfile | ||
gemfile: gemfiles/ar_6.0_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.2.sqlite3.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.0.sqlite3.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.1.sqlite3.gemfile | ||
gemfile: gemfiles/ar_6.1_pt_12.0.gemfile | ||
|
||
env: | ||
BUNDLE_GEMFILE: "${{ matrix.gemfile }}" | ||
|
@@ -73,15 +67,11 @@ jobs: | |
### RAILS VERSION TESTING | ||
### DONT WORRY ABOUT TESTING ALL RUBY VERSIONS. THIS IS COVERED IN THE SQLITE3 TESTS | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.0.mysql2.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.1.mysql2.gemfile | ||
gemfile: gemfiles/ar_5.2_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.2.mysql2.gemfile | ||
gemfile: gemfiles/ar_6.0_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.0.mysql2.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.1.mysql2.gemfile | ||
gemfile: gemfiles/ar_6.1_pt_12.0.gemfile | ||
|
||
env: | ||
BUNDLE_GEMFILE: "${{ matrix.gemfile }}" | ||
|
@@ -102,7 +92,7 @@ jobs: | |
- name: Run tests | ||
env: | ||
DATABASE_URL: mysql2://root:[email protected]:3306/test | ||
DATABASE_URL: //root:[email protected]:3306/test | ||
RAILS_ENV: test | ||
run: | | ||
#bundle exec rake db:test:prepare | ||
|
@@ -127,15 +117,11 @@ jobs: | |
### RAILS VERSION TESTING | ||
### DONT WORRY ABOUT TESTING ALL RUBY VERSIONS. THIS IS COVERED IN THE SQLITE3 TESTS | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.0.pg.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.1.pg.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_5.2.pg.gemfile | ||
gemfile: gemfiles/ar_5.2_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.0.pg.gemfile | ||
gemfile: gemfiles/ar_6.0_pt_12.0.gemfile | ||
- ruby: 2.6 | ||
gemfile: gemfiles/rails_6.1.pg.gemfile | ||
gemfile: gemfiles/ar_6.1_pt_12.0.gemfile | ||
|
||
env: | ||
BUNDLE_GEMFILE: "${{ matrix.gemfile }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters