Skip to content

Commit

Permalink
Don't test Ruby head + Rails 5 as they don't agree.
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Mar 27, 2021
1 parent 27aa234 commit c0ee0f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
rails: 5.1.7
- ruby: 3.0
rails: 5.2.4.4
- ruby: head
rails: 5.0.7.2
- ruby: head
rails: 5.1.7
- ruby: head
rails: 5.2.4.4
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit c0ee0f7

Please sign in to comment.