Skip to content

Commit

Permalink
Add CarrierWave 3.0 into CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jul 23, 2023
1 parent 9e303de commit 226b420
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
fail-fast: false
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', jruby ]
gemfile: [ gemfiles/carrierwave-2.gemfile ]
gemfile: [ gemfiles/carrierwave-3.gemfile ]
include:
- ruby: '3.2'
gemfile: gemfiles/carrierwave-2.gemfile
- ruby: '3.2'
gemfile: gemfiles/carrierwave-master.gemfile
runs-on: ubuntu-20.04
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/carrierwave-3.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'carrierwave', '~> 3.0'

gemspec path: '../'

0 comments on commit 226b420

Please sign in to comment.