Skip to content

Commit

Permalink
Merge pull request #375 from evemonk/biow0lf-patch-1
Browse files Browse the repository at this point in the history
Drop ruby 3.0
  • Loading branch information
biow0lf authored May 9, 2024
2 parents c530350 + 3cde233 commit c25ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
ruby: ["3.1", "3.2", "3.3", "head"]

name: Ruby ${{ matrix.ruby }}
steps:
Expand Down

0 comments on commit c25ea5d

Please sign in to comment.