Rails 8 doesn't support Ruby 3.1

Remove it from the build matrix as its no longer a supported combination.
This commit is contained in:
Donal McBreen
2024-09-27 08:12:53 -04:00
parent 8c32e6af07
commit 14d0396581

View File

@@ -30,6 +30,9 @@ jobs:
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
continue-on-error: true