Skip to content

Commit

Permalink
Ignore Ruby 3.1 + Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Jan 15, 2025
1 parent 6ca93d6 commit 9825c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.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", "3.4"]
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 9825c27

Please sign in to comment.