Skip to content

Commit

Permalink
Don't test against MySQL on Ruby 2.3
Browse files Browse the repository at this point in the history
GitHub Actions has issues, and it isn't worth solving:
ruby/setup-ruby#150
  • Loading branch information
danielmorrison committed Sep 16, 2021
1 parent cf55e85 commit c68df9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -22,6 +22,11 @@ jobs:
- rails70
db: [POSTGRES, MYSQL, SQLITE]
exclude:
# MySQL has issues on Ruby 2.3
# https://github.com/ruby/setup-ruby/issues/150
- ruby: 2.3
db: MYSQL

# Rails 5.0 supports Ruby 2.2-2.4
- appraisal: rails50
ruby: 2.5
Expand Down

0 comments on commit c68df9d

Please sign in to comment.