Skip to content

Commit

Permalink
Stop testing against Ruby 2.5, 2.6, 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spickermann committed Aug 19, 2023
1 parent 8099a2f commit 73f297b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby: [3.3.0-preview1, 3.2.2, 3.1.4, 3.0.5, 2.7.7, 2.6.10, 2.5.9]
ruby: [3.3.0-preview1, 3.2.2, 3.1.4, 3.0.5]

name: CI Ruby ${{ matrix.ruby }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby_version: 2.5
ruby_version: 3.0

plugins:
- standard-performance
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* Ensure Ruby 3.3.0-preview compability
* Switch from Travis CI to GitHub Actions
* Switch from Rubocop to Standard
* Stop testing against Ruby 2.5
* Stop testing against Ruby 2.6
* Stop testing against Ruby 2.7

*5.0.1 (December 28, 2020)*

Expand Down

0 comments on commit 73f297b

Please sign in to comment.