Skip to content

Commit

Permalink
Drop Ruby 3.1 as Zeitwerk 2.7.1 requires ruby version >= 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Nov 5, 2024
1 parent 20b5b64 commit 44c43d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.GH_TOKEN }}
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
ruby-version: ['3.2', '3.3']
services:
redis:
image: redis:4.0-alpine
Expand Down

0 comments on commit 44c43d4

Please sign in to comment.