Skip to content

Commit

Permalink
Add Rails 8.0 gemfile
Browse files Browse the repository at this point in the history
Add Rails 8.0 test matrix
  • Loading branch information
ericproulx committed Nov 30, 2024
1 parent 86648fa commit a87109a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,20 @@ jobs:
- ruby: '3.3'
gemfile: gemfiles/rails_7_2.gemfile
specs: 'spec/integration/rails'
- ruby: '3.3'
gemfile: gemfiles/rails_8_0.gemfile
specs: 'spec/integration/rails'
exclude:
- ruby: '2.7'
gemfile: gemfiles/rails_7_2.gemfile
- ruby: '3.0'
gemfile: gemfiles/rails_7_2.gemfile
- ruby: '2.7'
gemfile: gemfiles/rails_8_0.gemfile
- ruby: '3.0'
gemfile: gemfiles/rails_8_0.gemfile
- ruby: '3.1'
gemfile: gemfiles/rails_8_0.gemfile
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down
6 changes: 6 additions & 0 deletions gemfiles/rails_8_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

eval_gemfile '../Gemfile'

gem 'rails', '~> 8.0'
gem 'tzinfo-data', require: false

0 comments on commit a87109a

Please sign in to comment.