Skip to content

Commit

Permalink
Update matrix for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Nov 8, 2024
1 parent b60e70a commit 79b8625
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3', jruby-9.4, jruby-head, ruby-head]
ruby: ['3.2', '3.3', jruby-9.4, jruby-head, ruby-head]
rails_version:
- '7.0.0'
- '7.1.0'
- '7.2.0'
- '8.0.0'
- 'edge'
ubuntu: [latest]
include:
Expand All @@ -29,6 +30,17 @@ jobs:
rails_version: '6.1.0'
ubuntu: '20.04'

# ruby 3.1 (Dropped by Rails 8)
- ruby: 3.1
rails_version: '7.0.0'
ubuntu: 'latest'
- ruby: 3.1
rails_version: '7.1.0'
ubuntu: 'latest'
- ruby: 3.1
rails_version: '7.2.0'
ubuntu: 'latest'

# jruby-9.2
- ruby: jruby-9.2
rails_version: '6.0.0'
Expand Down

0 comments on commit 79b8625

Please sign in to comment.