Skip to content

Commit 0ade2db

Browse files
committed
Exclude Ruby 3.0.2 from old Rails matrix.
1 parent 69fdc94 commit 0ade2db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- Gemfile
3838
- Gemfile.rails60
3939
- Gemfile.rails61
40+
- Gemfile.raiilsmaster
4041
- Gemfile.mongo_mapper
4142
db:
4243
- sqlite3
@@ -45,9 +46,9 @@ jobs:
4546
exclude:
4647
- gemfile: Gemfile.mongo_mapper
4748
db: postgresql
48-
- ruby-version: '3.0'
49+
- ruby-version: '3.0.2'
4950
gemfile: Gemfile
50-
- ruby-version: '3.0'
51+
- ruby-version: '3.0.2'
5152
gemfile: Gemfile.mongo_mapper
5253
env:
5354
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
@@ -64,4 +65,4 @@ jobs:
6465
env:
6566
POSTGRES_USER: postgres
6667
POSTGRES_PASSWORD: postgres
67-
MYSQL_ROOT_PASSWORD: mysql
68+
MYSQL_ROOT_PASSWORD: mysql

0 commit comments

Comments
 (0)