Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
strategy:
matrix:
ruby:
- 3.3
- 3.4
- '3.3'
- '3.4'
- '4.0'
env:
BUNDLE_GEMFILE: Gemfile
name: "Test and lint: Ruby ${{ matrix.ruby }}"
Expand Down
2 changes: 0 additions & 2 deletions spec/support/fixtures.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "pathname"

module Spec
module Support
module Fixtures
Expand Down
Loading