diff --git a/.github/workflows/maze-runner.yml b/.github/workflows/maze-runner.yml index e2e27582..0b002ac5 100644 --- a/.github/workflows/maze-runner.yml +++ b/.github/workflows/maze-runner.yml @@ -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'