diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f5899d544..26d467627 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - ruby: [ '2.5', '2.6', '2.7', '3.0' ] + ruby: [ '2.6', '2.7', '3.0' ] name: Vagrant unit tests on Ruby ${{ matrix.ruby }} steps: - name: Code Checkout