Skip to content
Open
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
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This file is synced from hanakai-rb/repo-sync


name: CI

on:
Expand All @@ -20,9 +19,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.4"
- "3.3"
- "3.2"
- jruby
include:
- ruby: "3.4"
coverage: "true"
Expand Down Expand Up @@ -68,4 +68,3 @@ jobs:
run: |
tag=$(echo $GITHUB_REF | cut -d / -f 3)
ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{github.sha}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"

1 change: 0 additions & 1 deletion Gemfile.devtools
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ end

group :tools do
gem "rubocop", "~> 1.72.0"
gem "byebug"
end
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
require_relative "support/coverage"
require_relative "support/warnings"

begin
require "pry-byebug"
rescue LoadError; end

require "dry/logic"
require "pathname"

Expand Down