Remove incompatible version
This commit is contained in:
parent
7a91edb961
commit
4ad4505ef9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue