11[ ![ Gem Version] ( https://badge.fury.io/rb/schema_plus_functions.svg )] ( http://badge.fury.io/rb/schema_plus_functions )
2- [ ![ Build Status] ( https://secure.travis-ci.org/SchemaPlus/schema_plus_functions.svg )] ( http://travis-ci.org/SchemaPlus/schema_plus_functions )
3- [ ![ Coverage Status] ( https://img.shields.io/coveralls/SchemaPlus/schema_plus_functions.svg )] ( https://coveralls.io/r/SchemaPlus/schema_plus_functions )
4- [ ![ Dependency Status] ( https://gemnasium.com/SchemaPlus/schema_plus_functions.svg )] ( https://gemnasium.com/SchemaPlus/schema_plus_functions )
2+ [ ![ Build Status] ( https://github.com/SchemaPlus/schema_plus_functions/actions/workflows/prs.yml/badge.svg )] ( https://github.com/SchemaPlus/schema_plus_functions/actions )
3+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/SchemaPlus/schema_plus_functions/badge.svg )] ( https://coveralls.io/github/SchemaPlus/schema_plus_functions )
54
65# SchemaPlus::Functions
76
@@ -85,7 +84,11 @@ SchemaPlus::Functions is tested on:
8584
8685<!-- SCHEMA_DEV: MATRIX - begin -->
8786<!-- These lines are auto-generated by schema_dev based on schema_dev.yml -->
88- * ruby ** 2.3.1** with activerecord ** 5.2** , using ** postgresql**
87+ * ruby ** 2.5** with activerecord ** 5.2** , using ** postgresql:9.6** , ** postgresql:10** , ** postgresql:11** or ** postgresql:12**
88+ * ruby ** 2.5** with activerecord ** 6.0** , using ** postgresql:9.6** , ** postgresql:10** , ** postgresql:11** or ** postgresql:12**
89+ * ruby ** 2.7** with activerecord ** 5.2** , using ** postgresql:9.6** , ** postgresql:10** , ** postgresql:11** or ** postgresql:12**
90+ * ruby ** 2.7** with activerecord ** 6.0** , using ** postgresql:9.6** , ** postgresql:10** , ** postgresql:11** or ** postgresql:12**
91+ * ruby ** 3.0** with activerecord ** 6.0** , using ** postgresql:9.6** , ** postgresql:10** , ** postgresql:11** or ** postgresql:12**
8992
9093<!-- SCHEMA_DEV: MATRIX - end -->
9194
@@ -107,7 +110,7 @@ Some things to know about to help you develop and test:
107110* ** schema_dev** : SchemaPlus::Functions uses [ schema_dev] ( https://github.com/SchemaPlus/schema_dev ) to
108111 facilitate running rspec tests on the matrix of ruby, activerecord, and database
109112 versions that the gem supports, both locally and on
110- [ travis-ci ] ( http ://travis-ci.org /SchemaPlus/schema_plus_functions)
113+ [ github actions ] ( https ://github.com /SchemaPlus/schema_plus_functions/actions )
111114
112115 To to run rspec locally on the full matrix, do:
113116
@@ -119,7 +122,6 @@ Some things to know about to help you develop and test:
119122 The matrix of configurations is specified in ` schema_dev.yml ` in
120123 the project root.
121124
122-
123125<!-- SCHEMA_DEV: TEMPLATE USES SCHEMA_DEV - end -->
124126
125127<!-- SCHEMA_DEV: TEMPLATE USES SCHEMA_PLUS_CORE - begin -->
0 commit comments