Drop Ruby 3.1 from the test matrix

It is EOL since 2025-03-26.
This commit is contained in:
Donal McBreen
2025-05-15 15:21:13 +01:00
parent 22e7243b10
commit 30d630ce4d

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: