We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fdc94 commit 0ade2dbCopy full SHA for 0ade2db
.github/workflows/ruby.yml
@@ -37,6 +37,7 @@ jobs:
37
- Gemfile
38
- Gemfile.rails60
39
- Gemfile.rails61
40
+ - Gemfile.raiilsmaster
41
- Gemfile.mongo_mapper
42
db:
43
- sqlite3
@@ -45,9 +46,9 @@ jobs:
45
46
exclude:
47
- gemfile: Gemfile.mongo_mapper
48
db: postgresql
- - ruby-version: '3.0'
49
+ - ruby-version: '3.0.2'
50
gemfile: Gemfile
51
52
gemfile: Gemfile.mongo_mapper
53
env:
54
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
@@ -64,4 +65,4 @@ jobs:
64
65
66
POSTGRES_USER: postgres
67
POSTGRES_PASSWORD: postgres
- MYSQL_ROOT_PASSWORD: mysql
68
+ MYSQL_ROOT_PASSWORD: mysql
0 commit comments