diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d144d2..4602d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["3.1", "3.2", "3.3", "head"] + ruby: ["3.1", "3.2", "3.3", "3.4", "head"] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1