diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e7b848..2a74769 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby: [2.7, 3.0, 3.1, 3.2, head] + ruby: [2.7, 3.0, 3.1, 3.2, 3.3, head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2