Skip to content

Commit 6869b71

Browse files
committed
ci: remove Ruby 3.1 from test matrix
Rails 8.0.2 requires Ruby >= 3.2.0, so we can only test on Ruby 3.2+
1 parent 5c6dcdd commit 6869b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
ruby-version: ["3.1", "3.2", "3.3"]
30+
ruby-version: ["3.2", "3.3"]
3131
steps:
3232
- uses: actions/checkout@v4
3333

0 commit comments

Comments
 (0)