Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed Nov 21, 2023
1 parent 2702126 commit f1a553e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,21 @@ jobs:
- '3.1'
- '3.2'
gemfile:
- rails_6_0
- rails_6_1
- rails_7_0
- rails_7_1
- rails_next
image_processor:
- vips
- mini_magick
exclude:
# ruby 3.2 only supports rails 7.0+
- ruby: '3.2'
gemfile: rails_6_0
- ruby: '3.2'
gemfile: rails_6_1
# ruby 3.1 only supports rails 7.0+
- ruby: '3.1'
gemfile: rails_6_0
- ruby: '3.1'
gemfile: rails_6_1
# ruby 3.0 only supports rails 6.1+
- ruby: '3.0'
gemfile: rails_6_0
runs-on: ubuntu-latest
steps:
- name: Install libvips
Expand Down

0 comments on commit f1a553e

Please sign in to comment.