Skip to content

Commit

Permalink
Pin Rails 6 integrations tests to Ruby 3.3.0
Browse files Browse the repository at this point in the history
3.3.1 has a bug causing the fixture to fail to start:
ruby/ruby#10619
  • Loading branch information
imjoehaines committed May 22, 2024
1 parent e66f7e9 commit 0bd883c
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']
ruby-version: ['2.7', '3.3.0'] # TODO: change back to '3.3' after https://github.com/ruby/ruby/pull/10619 is released
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'
- ruby-version: '3.3.0' # TODO: change back to '3.3' after https://github.com/ruby/ruby/pull/10619 is released
rails-version: '_integrations'

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

0 comments on commit 0bd883c

Please sign in to comment.