Skip to content

Commit

Permalink
Add Ruby 3.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 6, 2025
1 parent 99376d2 commit e53eba0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/maze-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['1.9', '3.3']
ruby-version: ['1.9', '3.4']

uses: ./.github/workflows/run-maze-runner.yml
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
rack-version: '2'
- ruby-version: '2.4'
rack-version: '3'
- ruby-version: '3.3'
- ruby-version: '3.4'
rack-version: '3'

uses: ./.github/workflows/run-maze-runner.yml
Expand All @@ -66,7 +66,7 @@ jobs:
que-version: '2'
- ruby-version: '3.0'
que-version: '2'
- ruby-version: '3.3'
- ruby-version: '3.4'
que-version: '2'

uses: ./.github/workflows/run-maze-runner.yml
Expand All @@ -82,7 +82,7 @@ jobs:
ruby-version: ['2.5', '2.7']
sidekiq-version: ['2', '3', '4', '5', '6', '7']
include:
- ruby-version: '3.3'
- ruby-version: '3.4'
sidekiq-version: '7'
exclude:
# 2.7 is the minimum ruby version that sidekiq 7 supports
Expand All @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.5', '3.3']
ruby-version: ['2.5', '3.4']

uses: ./.github/workflows/run-maze-runner.yml
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.3']
ruby-version: ['2.7', '3.4']
rails-version: ['6', '7']
include:
- ruby-version: '2.5'
Expand All @@ -152,12 +152,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.3']
ruby-version: ['2.7', '3.4']
rails-version: ['8', '_integrations']
exclude:
- ruby-version: '2.7'
rails-version: '8'
- ruby-version: '3.3'
- ruby-version: '3.4'
rails-version: '_integrations'

uses: ./.github/workflows/run-maze-runner.yml
Expand All @@ -170,7 +170,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']

uses: ./.github/workflows/run-maze-runner.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
optional-groups: ['test sidekiq']
include:
- ruby-version: '1.9'
Expand Down

0 comments on commit e53eba0

Please sign in to comment.