Merge pull request #1561 from basecamp/drop-ruby-3.1

Drop Ruby 3.1 from the test matrix
This commit is contained in:
Donal McBreen
2025-05-15 16:20:32 +01:00
committed by GitHub

View File

@@ -26,16 +26,12 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
gemfile:
- Gemfile
- gemfiles/rails_edge.gemfile
exclude:
- ruby-version: "3.1"
gemfile: gemfiles/rails_edge.gemfile
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
runs-on: ubuntu-latest
env: