diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ab274..22631c2 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.4', '3.3','3.2', '3.1', '3.0', truffleruby ] + ruby: [ ruby-head, '4.0', '3.4', '3.3','3.2', '3.1', '3.0', truffleruby ] steps: - name: Checkout uses: actions/checkout@v2