Exclude invalid Rails 8/Ruby 3.1 combination

This commit is contained in:
Donal McBreen
2024-10-02 10:11:46 +01:00
parent 3e0302230e
commit 4b09375ccd

View File

@@ -31,6 +31,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