Skip to content

Commit

Permalink
Exclude Ruby 3.1/Rails 8 test combination
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Nov 11, 2024
1 parent f7042ca commit fbf4f7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
ruby-version: [3.1, 3.2, 3.3]
rails-version: [7.0, 7.1, 7.2, 8.0]
exclude:
- ruby-version: 3.1
rails-version: 8.0
runs-on: ubuntu-latest
env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down

0 comments on commit fbf4f7d

Please sign in to comment.