Skip to content

Commit

Permalink
Add rails 8 to matrix test ci and exclude ruby 3.1 drop support for r…
Browse files Browse the repository at this point in the history
…ails 8
  • Loading branch information
navidemad committed Oct 4, 2024
1 parent 82b73c9 commit 61adc19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ jobs:
# have set this up with each database as a separate job, but then we'd be
# duplicating the matrix configuration three times.
matrix:
gemfile: [ 'rails_6.1', 'rails_7.0', 'rails_7.1', 'rails_7.2' ]
gemfile: [ 'rails_6.1', 'rails_7.0', 'rails_7.1', 'rails_7.2', 'rails_8.0.0.beta' ]

# To keep matrix size down, only test highest and lowest rubies.
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby: [ '3.1', '3.3' ]
exclude:
- gemfile: rails_8.0.0.beta
ruby: '3.1'
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 61adc19

Please sign in to comment.