Skip to content

Commit

Permalink
Downgrade to ruby 3.3 for rails tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 8, 2025
1 parent 5d4115b commit 1645545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maze-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.4']
ruby-version: ['2.7', '3.3']
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.4']
ruby-version: ['2.7', '3.3']
rails-version: ['8', '_integrations']
exclude:
- ruby-version: '2.7'
rails-version: '8'
- ruby-version: '3.4'
- ruby-version: '3.3'
rails-version: '_integrations'

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

0 comments on commit 1645545

Please sign in to comment.