Skip to content

Commit

Permalink
Merge pull request #96 from naitoh/support_ruby_3_3_rails7_1
Browse files Browse the repository at this point in the history
Support Ruby 3.3 and rails7.1
  • Loading branch information
naitoh committed Dec 25, 2023
2 parents 212dba0 + cd26c8d commit d078d84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['jruby', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
ruby: ['jruby', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: ['Gemfile.rbpdf-font']
include:
- { ruby: 'jruby', gemfile: 'Gemfile.rails7' }
Expand Down Expand Up @@ -37,6 +37,9 @@ jobs:
- { ruby: '3.2', gemfile: 'Gemfile.rails7' }
- { ruby: '3.2', gemfile: 'Gemfile.rails7_rmagick' }
- { ruby: '3.2', gemfile: 'Gemfile.rails7_mini_magick' }
- { ruby: '3.3', gemfile: 'Gemfile.rails7' }
- { ruby: '3.3', gemfile: 'Gemfile.rails7_rmagick' }
- { ruby: '3.3', gemfile: 'Gemfile.rails7_mini_magick' }
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails7
Expand Up @@ -7,4 +7,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in rbpdf.gemspec
gemspec

gem "actionpack", "~> 7.0.4.2"
gem "actionpack", "~> 7.1.2"
2 changes: 1 addition & 1 deletion Gemfile.rails7_mini_magick
Expand Up @@ -7,5 +7,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in rbpdf.gemspec
gemspec

gem "actionpack", "~> 7.0.4.2"
gem "actionpack", "~> 7.1.2"
gem "mini_magick"
2 changes: 1 addition & 1 deletion Gemfile.rails7_rmagick
Expand Up @@ -7,5 +7,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in rbpdf.gemspec
gemspec

gem "actionpack", "~> 7.0.4.2"
gem "actionpack", "~> 7.1.2"
gem "rmagick"

0 comments on commit d078d84

Please sign in to comment.