Skip to content

Commit

Permalink
remove ruby 2.1,2.2,2.3,2.4 from test matrix. Also remove sqlite3-1.3…
Browse files Browse the repository at this point in the history
… gemfile used for those versions
  • Loading branch information
Mitch Hartweg committed Dec 13, 2024
1 parent 87cf2e1 commit ff40eea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.1
gemfile: gems/rails3.gemfile
- ruby: 2.2
- ruby: 2.3
gemfile: gems/sqlite3-1.3.gemfile
- ruby: 2.4
gemfile: gems/sqlite3-1.3.gemfile
- ruby: 2.5
- ruby: 2.6
- ruby: 2.6
Expand Down Expand Up @@ -57,9 +50,6 @@ jobs:
SCOUT_TEST_FEATURES: ${{ matrix.test_features }}
SCOUT_USE_PREPEND: ${{ matrix.prepend }}

# https://github.com/ruby/setup-ruby/issues/496
runs-on: ${{ matrix.ruby == '2.2' && 'ubuntu-20.04' || 'ubuntu-latest' }}

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
- Fix undeclared logger in grape instruments (#510)
- Drop guaranteed support for Rubies <= 2.4

# 5.4.0
* Add support for GoodJob (#506)
Expand Down Expand Up @@ -669,7 +670,7 @@ reusing that version number to avoid confusion.

# 1.2.12

* Add uri_reporting option to report bare path (as opposed to fullpath). Default is 'fullpath'; set to 'path' to avoid exposing URL parameters.
* Add uri_reporting option to report bare path (as opposed to fullpath). Default is 'fullpath'; set to 'path' to avoid exposing URL parameters.

# 1.2.11

Expand Down
3 changes: 0 additions & 3 deletions gems/sqlite3-1.3.gemfile

This file was deleted.

0 comments on commit ff40eea

Please sign in to comment.