Skip to content

Commit

Permalink
Re-allow 3.3.x in MR tests
Browse files Browse the repository at this point in the history
Ruby 3.3.2 has released and fixed the issue requiring us to pin to 3.3.0
  • Loading branch information
imjoehaines committed Jun 3, 2024
1 parent 5175335 commit 7bf7914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maze-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.3.0'] # TODO: change back to '3.3' after https://github.com/ruby/ruby/pull/10619 is released
ruby-version: ['2.7', '3.3']
rails-version: ['6', '7', '_integrations']
include:
- ruby-version: '2.5'
rails-version: '6'
exclude:
- ruby-version: '2.7'
rails-version: '6'
- ruby-version: '3.3.0' # TODO: change back to '3.3' after https://github.com/ruby/ruby/pull/10619 is released
- ruby-version: '3.3'
rails-version: '_integrations'

uses: ./.github/workflows/run-maze-runner.yml
Expand Down

0 comments on commit 7bf7914

Please sign in to comment.