diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 678ed466..bae7306f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,11 @@ jobs: fail-fast: false matrix: ruby: + - '3.2' - '3.1' - '3.0' include: - - ruby: '3.1' + - ruby: '3.3' coverage: 'true' fail_on_warnings: 'true' dry_types_from_main: 'true'