Skip to content

Commit

Permalink
Keep supported rubies for CI (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer authored Sep 27, 2022
1 parent 7bc0bd6 commit 9a73c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, head]
ruby: [2.7, "3.0", 3.1, head]

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Internal improvements:
Testing improvements:

* Fix tests with ruby-head ([#674](https://github.com/arsduo/koala/pull/674))
* Keep supported rubies (non EOL) for CI ([#675](https://github.com/arsduo/koala/pull/675))

Others:

Expand Down

0 comments on commit 9a73c77

Please sign in to comment.