Skip to content

Commit

Permalink
DEV: Remove version 2.5 from CI as it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jul 5, 2021
1 parent b9329b0 commit ba1f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ["2.7", "2.6", "2.5"]
ruby: ["3.0","2.7", "2.6"]
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit ba1f036

Please sign in to comment.