From 73f297be15dc096cf9d2ba6cb2b896f378b010ba Mon Sep 17 00:00:00 2001 From: Martin Spickermann Date: Sat, 19 Aug 2023 13:06:04 +0200 Subject: [PATCH] Stop testing against Ruby 2.5, 2.6, 2.7 --- .github/workflows/CI.yml | 2 +- .standard.yml | 2 +- CHANGELOG.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ddedcd4..9bab2cc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: diff --git a/.standard.yml b/.standard.yml index c94eba6..12ba421 100644 --- a/.standard.yml +++ b/.standard.yml @@ -1,4 +1,4 @@ -ruby_version: 2.5 +ruby_version: 3.0 plugins: - standard-performance diff --git a/CHANGELOG.md b/CHANGELOG.md index 275f106..21da52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)*