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 a8a2359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maze-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ 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'
Expand Down

0 comments on commit a8a2359

Please sign in to comment.