Remove incompatible version

This commit is contained in:
Andrew Tomaka 2021-01-08 22:43:37 -05:00
parent 7a91edb961
commit 4ad4505ef9
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
ruby_version: [2.4, 2.5, 2.6, 2.7, 3.0] ruby_version: [2.5, 2.6, 2.7, 3.0]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby_version }} - name: Set up Ruby ${{ matrix.ruby_version }}