Skip to content

Commit

Permalink
Merge pull request #31 from evanthegrayt/update-ci
Browse files Browse the repository at this point in the history
Remove end of life versions from CI
  • Loading branch information
evanthegrayt authored Jun 28, 2023
2 parents 1838d9c + ede07ac commit 97b03a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']
ruby-version: ['3.2', '3.1', '3.0']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 97b03a0

Please sign in to comment.