Skip to content

Commit

Permalink
Added Rails 8.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Dec 6, 2024
1 parent 1636a9b commit 660966b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
fail-fast: false
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_6.0','rails_6.1','rails_7.0', 'rails_7.1']
gemfile: ['rails_6.0','rails_6.1','rails_7.0', 'rails_7.1', 'rails_8.0']
exclude:
- gemfile: rails_8.0
ruby-version: ['3.0', '3.1']
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 660966b

Please sign in to comment.