diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88f42d90..86ab2746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.3','3.2', '3.1', '3.0', '2.7', truffleruby ] + ruby: [ ruby-head, '3.4', '3.3','3.2', '3.1', '3.0', truffleruby ] steps: - name: Checkout uses: actions/checkout@v2