diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b66864..3abe07f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.4, 2.5, 2.6, 2.7, 3.0, head] + ruby: [2.6, 2.7, 3.0, head] steps: - name: Checkout repository