Skip to content

Commit

Permalink
Fix typo, remove 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 6, 2025
1 parent 99376d2 commit 9dd941d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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
2 changes: 1 addition & 1 deletion features/rails_features/active_job.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Scenario: An unhandled error will be delivered
And in Rails versions ">=" 5 the event "metaData.active_job.provider_job_id" matches "^[0-9a-f-]{36}$"
And in Rails versions ">=" 5 the event "metaData.active_job.executions" equals 2
And in Rails versions ">=" 6 the event "metaData.active_job.timezone" equals "UTC"
And in Rails versions ">=" 6 except 8 the event "metaData.active_job.enqueued_at" is a timestamp
And in Rails versions ">=" 6 except 8 the event "metaData.active_job.enqueued_at" is a timestamp

0 comments on commit 9dd941d

Please sign in to comment.